Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h83 MCSection *DwarfLineSection = nullptr; variable
278 MCSection *getDwarfLineSection() const { return DwarfLineSection; } in getDwarfLineSection()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp248 DwarfLineSection = in initMachOMCObjectFileInfo()
442 DwarfLineSection = Ctx->getELFSection(".debug_line", DebugSecType, 0); in initELFMCObjectFileInfo()
616 DwarfLineSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
837 DwarfLineSection = in initWasmMCObjectFileInfo()
986 DwarfLineSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()