Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp283 DwarfLocSection = in initMachOMCObjectFileInfo()
468 DwarfLocSection = Ctx->getELFSection(".debug_loc", DebugSecType, 0); in initELFMCObjectFileInfo()
657 DwarfLocSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
808 DwarfLocSection = in initWasmMCObjectFileInfo()
980 DwarfLocSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h86 MCSection *DwarfLocSection = nullptr; variable
293 MCSection *getDwarfLocSection() const { return DwarfLocSection; } in getDwarfLocSection()