Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h118 MCSection *DwarfAddrSection = nullptr; variable
300 MCSection *getDwarfAddrSection() const { return DwarfAddrSection; } in getDwarfAddrSection()
/third_party/skia/third_party/externals/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()