reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
161 if (MAI->doesDwarfUseRelocationsAcrossSections()) { 172 if (MAI->doesDwarfUseRelocationsAcrossSections()) {lib/CodeGen/AsmPrinter/DIE.cpp
567 if (AP->MAI->doesDwarfUseRelocationsAcrossSections()) 590 if (AP->MAI->doesDwarfUseRelocationsAcrossSections())lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
24 ShouldCreateSymbols(Asm.MAI->doesDwarfUseRelocationsAcrossSections()) {}
lib/CodeGen/AsmPrinter/DwarfUnit.cpp1669 if (Asm->MAI->doesDwarfUseRelocationsAcrossSections()) 1694 if (!Asm->MAI->doesDwarfUseRelocationsAcrossSections())lib/MC/MCDwarf.cpp
58 UseRelocs = Ctx.getAsmInfo()->doesDwarfUseRelocationsAcrossSections(); 1142 AsmInfo->doesDwarfUseRelocationsAcrossSections(); 1699 } else if (!asmInfo->doesDwarfUseRelocationsAcrossSections()) {unittests/DebugInfo/DWARF/DwarfGenerator.cpp
134 if (!Asm->MAI->doesDwarfUseRelocationsAcrossSections())