Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp253 DwarfLineSection = in initMachOMCObjectFileInfo()
452 DwarfLineSection = Ctx->getELFSection(".debug_line", DebugSecType, 0); in initELFMCObjectFileInfo()
621 DwarfLineSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
801 DwarfLineSection = in initWasmMCObjectFileInfo()
957 DwarfLineSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h80 MCSection *DwarfLineSection = nullptr; variable
278 MCSection *getDwarfLineSection() const { return DwarfLineSection; } in getDwarfLineSection()