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
278 MCSection *getDwarfLineStrSection() const { return DwarfLineStrSection; } in getDwarfLineStrSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp256 DwarfLineStrSection = in initMachOMCObjectFileInfo()
451 DwarfLineStrSection = in initELFMCObjectFileInfo()
636 DwarfLineStrSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
854 DwarfLineStrSection = in initWasmMCObjectFileInfo()
H A DMCDwarf.cpp82 MCSection *DwarfLineStrSection = in MCDwarfLineStr() local
84 assert(DwarfLineStrSection && "DwarfLineStrSection must not be NULL"); in MCDwarfLineStr()
85 LineStrLabel = DwarfLineStrSection->getBeginSymbol(); in MCDwarfLineStr()