Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp78 Section == FI->getDwarfTUIndexSection() || in isDwarfSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h336 MCSection *getDwarfTUIndexSection() const { return DwarfTUIndexSection; } in getDwarfTUIndexSection() function
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp608 MCSection *const TUIndexSection = MCOFI.getDwarfTUIndexSection(); in write()
906 writeIndex(Out, MCOFI.getDwarfTUIndexSection(), ContributionOffsets, in write()