Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp311 DwarfTUIndexSection = in initMachOMCObjectFileInfo()
527 DwarfTUIndexSection = in initELFMCObjectFileInfo()
729 DwarfTUIndexSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
820 DwarfTUIndexSection = Ctx->getWasmSection(".debug_tu_index", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
871 DwarfTUIndexSection = in initWasmMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h130 MCSection *DwarfTUIndexSection = nullptr; variable
337 MCSection *getDwarfTUIndexSection() const { return DwarfTUIndexSection; } in getDwarfTUIndexSection()