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.h81 MCSection *DwarfLineStrSection = nullptr; variable
279 MCSection *getDwarfLineStrSection() const { return DwarfLineStrSection; } in getDwarfLineStrSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp256 DwarfLineStrSection = in initMachOMCObjectFileInfo()
453 DwarfLineStrSection = in initELFMCObjectFileInfo()
625 DwarfLineStrSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
803 DwarfLineStrSection = in initWasmMCObjectFileInfo()
H A DMCDwarf.cpp83 MCSection *DwarfLineStrSection = in MCDwarfLineStr() local
85 assert(DwarfLineStrSection && "DwarfLineStrSection must not be NULL"); in MCDwarfLineStr()
86 LineStrLabel = DwarfLineStrSection->getBeginSymbol(); in MCDwarfLineStr()