Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp72 Section == FI->getDwarfCUIndexSection() || in isDwarfSection()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h336 MCSection *getDwarfCUIndexSection() const { return DwarfCUIndexSection; } in getDwarfCUIndexSection() function
/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp547 MCSection *const CUIndexSection = MCOFI.getDwarfCUIndexSection(); in write()
818 writeIndex(Out, MCOFI.getDwarfCUIndexSection(), ContributionOffsets, in write()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1536 writeIndex(*Streamer.get(), MCOFI.getDwarfCUIndexSection(), in writeDWP()