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.h80 MCSection *DwarfLineSection = nullptr; variable
277 MCSection *getDwarfLineSection() const { return DwarfLineSection; } in getDwarfLineSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp253 DwarfLineSection = in initMachOMCObjectFileInfo()
450 DwarfLineSection = Ctx->getELFSection(".debug_line", DebugSecType, 0); in initELFMCObjectFileInfo()
631 DwarfLineSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
852 DwarfLineSection = in initWasmMCObjectFileInfo()
1008 DwarfLineSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()