Home
last modified time | relevance | path

Searched refs:getDwarfLocSection (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h200 const MCSection *getDwarfLocSection() const { return DwarfLocSection; } in getDwarfLocSection() function
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h245 MCSection *getDwarfLocSection() const { return DwarfLocSection; } in getDwarfLocSection() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1485 EmitSectionSym(Asm, TLOF.getDwarfLocSection()); in EmitSectionLabels()
1493 DwarfDebugLocSectionSym = EmitSectionSym(Asm, TLOF.getDwarfLocSection(), in EmitSectionLabels()
1825 Asm->getObjFileLowering().getDwarfLocSection()); in emitDebugLoc()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1483 Asm->getObjFileLowering().getDwarfLocSection()); in emitDebugLoc()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp842 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLocSection()); in emitLocationsForUnit()