Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h118 MCSection *DwarfAddrSection; variable
269 MCSection *getDwarfAddrSection() const { return DwarfAddrSection; } in getDwarfAddrSection()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h118 MCSection *DwarfAddrSection = nullptr; variable
300 MCSection *getDwarfAddrSection() const { return DwarfAddrSection; } in getDwarfAddrSection()
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h120 MCSection *DwarfAddrSection = nullptr; variable
306 MCSection *getDwarfAddrSection() const { return DwarfAddrSection; } in getDwarfAddrSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp257 DwarfAddrSection = in initMachOMCObjectFileInfo()
448 DwarfAddrSection = Ctx->getELFSection(".debug_addr", DebugSecType, 0); in initELFMCObjectFileInfo()
668 DwarfAddrSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
764 DwarfAddrSection = Ctx->getWasmSection(".debug_addr", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp257 DwarfAddrSection = in initMachOMCObjectFileInfo()
454 DwarfAddrSection = Ctx->getELFSection(".debug_addr", DebugSecType, 0); in initELFMCObjectFileInfo()
696 DwarfAddrSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
815 DwarfAddrSection = in initWasmMCObjectFileInfo()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp573 DwarfAddrSection = in initELFMCObjectFileInfo()
771 DwarfAddrSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()