Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCObjectFileInfo.h79 MCSection *DwarfInfoSection = nullptr; variable
270 MCSection *getDwarfInfoSection() const { return DwarfInfoSection; } in getDwarfInfoSection()
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCObjectFileInfo.cpp241 DwarfInfoSection = in initMachOMCObjectFileInfo()
440 DwarfInfoSection = Ctx->getELFSection(".debug_info", DebugSecType, 0); in initELFMCObjectFileInfo()
610 DwarfInfoSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
856 DwarfInfoSection = in initWasmMCObjectFileInfo()
982 DwarfInfoSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()