Home
last modified time | relevance | path

Searched refs:doesDwarfUseRelocationsAcrossSections (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp158 if (MAI->doesDwarfUseRelocationsAcrossSections()) { in emitDwarfSymbolReference()
169 if (MAI->doesDwarfUseRelocationsAcrossSections()) { in emitDwarfStringOffset()
DDwarfStringPool.cpp20 ShouldCreateSymbols(Asm.MAI->doesDwarfUseRelocationsAcrossSections()) {} in DwarfStringPool()
DDIE.cpp404 if (AP->MAI->doesDwarfUseRelocationsAcrossSections()) { in EmitValue()
425 if (AP->MAI->doesDwarfUseRelocationsAcrossSections()) in SizeOf()
455 if (AP->MAI->doesDwarfUseRelocationsAcrossSections()) in EmitValue()
DDwarfCompileUnit.cpp239 if (Asm->MAI->doesDwarfUseRelocationsAcrossSections()) in addSectionLabel()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h536 bool doesDwarfUseRelocationsAcrossSections() const { in doesDwarfUseRelocationsAcrossSections() function
/external/llvm/lib/MC/
DMCDwarf.cpp839 AsmInfo->doesDwarfUseRelocationsAcrossSections(); in Emit()
1392 } else if (!asmInfo->doesDwarfUseRelocationsAcrossSections()) { in EmitFDE()