Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h85 MCSection *DwarfLineSection = nullptr; variable
282 MCSection *getDwarfLineSection() const { return DwarfLineSection; } in getDwarfLineSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp254 DwarfLineSection = in initMachOMCObjectFileInfo()
453 DwarfLineSection = Ctx->getELFSection(".debug_line", DebugSecType, 0); in initELFMCObjectFileInfo()
665 DwarfLineSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
845 DwarfLineSection = in initWasmMCObjectFileInfo()
1001 DwarfLineSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()