Searched refs:doesDwarfUseRelocationsAcrossSections (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h487 bool doesDwarfUseRelocationsAcrossSections() const { function in class:llvm::MCAsmInfo
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp387 if (AP->MAI->doesDwarfUseRelocationsAcrossSections())
556 if (AP->MAI->doesDwarfUseRelocationsAcrossSections() && !DD->useSplitDwarf())
H A DDwarfUnit.cpp225 if (Asm->MAI->doesDwarfUseRelocationsAcrossSections())
2035 if (Asm->MAI->doesDwarfUseRelocationsAcrossSections())
H A DDwarfDebug.cpp355 if (Asm.MAI->doesDwarfUseRelocationsAcrossSections())
/external/llvm/lib/MC/
H A DMCDwarf.cpp845 AsmInfo->doesDwarfUseRelocationsAcrossSections();
1476 } else if (!asmInfo->doesDwarfUseRelocationsAcrossSections()) {

Completed in 379 milliseconds