HomeSort by: relevance | last modified time | path
    Searched refs:doesDwarfUseRelocationsAcrossSections (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 170 if (MAI->doesDwarfUseRelocationsAcrossSections()) {
182 if (MAI->doesDwarfUseRelocationsAcrossSections()) {
DwarfStringPool.cpp 23 ShouldCreateSymbols(Asm.MAI->doesDwarfUseRelocationsAcrossSections()) {}
DIE.cpp 585 if (AP->MAI->doesDwarfUseRelocationsAcrossSections())
608 if (AP->MAI->doesDwarfUseRelocationsAcrossSections())
DwarfUnit.cpp 1751 if (Asm->MAI->doesDwarfUseRelocationsAcrossSections())
1774 if (!Asm->MAI->doesDwarfUseRelocationsAcrossSections())
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmInfo.h 772 bool doesDwarfUseRelocationsAcrossSections() const {
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCDwarf.cpp 79 UseRelocs = Ctx.getAsmInfo()->doesDwarfUseRelocationsAcrossSections();
1162 AsmInfo->doesDwarfUseRelocationsAcrossSections();
1728 } else if (!asmInfo->doesDwarfUseRelocationsAcrossSections()) {

Completed in 21 milliseconds