Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h82 MCSection *DwarfLineSection = nullptr; variable
265 MCSection *getDwarfLineSection() const { return DwarfLineSection; } in getDwarfLineSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp232 DwarfLineSection = in initMachOMCObjectFileInfo()
414 DwarfLineSection = Ctx->getELFSection(".debug_line", DebugSecType, 0); in initELFMCObjectFileInfo()
582 DwarfLineSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
798 DwarfLineSection = in initWasmMCObjectFileInfo()
934 DwarfLineSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()