Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h82 MCSection *DwarfLineSection = nullptr; variable
264 MCSection *getDwarfLineSection() const { return DwarfLineSection; } in getDwarfLineSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp231 DwarfLineSection = in initMachOMCObjectFileInfo()
413 DwarfLineSection = Ctx->getELFSection(".debug_line", DebugSecType, 0); in initELFMCObjectFileInfo()
576 DwarfLineSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
792 DwarfLineSection = in initWasmMCObjectFileInfo()
928 DwarfLineSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()