Home
last modified time | relevance | path

Searched refs:DwarfLineStrSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h86 MCSection *DwarfLineStrSection = nullptr; variable
283 MCSection *getDwarfLineStrSection() const { return DwarfLineStrSection; } in getDwarfLineStrSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp257 DwarfLineStrSection = in initMachOMCObjectFileInfo()
454 DwarfLineStrSection = in initELFMCObjectFileInfo()
669 DwarfLineStrSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
847 DwarfLineStrSection = in initWasmMCObjectFileInfo()
H A DMCDwarf.cpp79 MCSection *DwarfLineStrSection = in MCDwarfLineStr() local
81 assert(DwarfLineStrSection && "DwarfLineStrSection must not be NULL"); in MCDwarfLineStr()
82 LineStrLabel = DwarfLineStrSection->getBeginSymbol(); in MCDwarfLineStr()