Home
last modified time | relevance | path

Searched refs:getDwarfTUIndexSection (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp75 Section == FI->getDwarfTUIndexSection() || in isDwarfSection()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h337 MCSection *getDwarfTUIndexSection() const { return DwarfTUIndexSection; } in getDwarfTUIndexSection() function
/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp548 MCSection *const TUIndexSection = MCOFI.getDwarfTUIndexSection(); in write()
807 writeIndex(Out, MCOFI.getDwarfTUIndexSection(), ContributionOffsets, in write()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1526 writeIndex(*Streamer.get(), MCOFI.getDwarfTUIndexSection(), in writeDWP()