Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp45 static bool isDwarfSection(const MCObjectFileInfo *FI, in isDwarfSection() function
93 if (isDwarfSection(FI, CurSection)) in changeSection()
95 if (isDwarfSection(FI, Section)) { in changeSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h34 static bool isDwarfSection(StringRef SectionName) { in isDwarfSection() function
342 if (!ProcessDebugSections && isDwarfSection(*Name)) { in graphifySections()
614 if (!ProcessDebugSections && isDwarfSection(*Name)) { in forEachRelaRelocation()
664 if (!ProcessDebugSections && isDwarfSection(*Name)) { in forEachRelRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp233 static bool isDwarfSection(StringRef SectionName) { in isDwarfSection() function
278 if (isDwarfSection(*Name)) in CreateArchType()