Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h80 MCSection *DwarfLineSection = nullptr; variable
274 MCSection *getDwarfLineSection() const { return DwarfLineSection; } in getDwarfLineSection()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp244 DwarfLineSection = in initMachOMCObjectFileInfo()
441 DwarfLineSection = Ctx->getELFSection(".debug_line", DebugSecType, 0); in initELFMCObjectFileInfo()
615 DwarfLineSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
836 DwarfLineSection = in initWasmMCObjectFileInfo()
986 DwarfLineSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()