Home
last modified time | relevance | path

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

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