Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp72 Section == FI->getDwarfCUIndexSection() || in isDwarfSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h323 MCSection *getDwarfCUIndexSection() const { return DwarfCUIndexSection; } in getDwarfCUIndexSection() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp540 MCSection *const CUIndexSection = MCOFI.getDwarfCUIndexSection(); in write()
805 writeIndex(Out, MCOFI.getDwarfCUIndexSection(), ContributionOffsets, in write()