Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp49 static bool isDwarfSection(const MCObjectFileInfo *FI, in isDwarfSection() function
95 if (isDwarfSection(FI, CurSection)) in changeSection()
97 if (isDwarfSection(FI, Section)) { in changeSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h34 static bool isDwarfSection(StringRef SectionName) { in isDwarfSection() function
343 if (!ProcessDebugSections && isDwarfSection(*Name)) { in graphifySections()
615 if (!ProcessDebugSections && isDwarfSection(*Name)) { in forEachRelaRelocation()
665 if (!ProcessDebugSections && isDwarfSection(*Name)) { in forEachRelRelocation()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp231 static bool isDwarfSection(StringRef SectionName) { in isDwarfSection() function
276 if (isDwarfSection(*Name)) in CreateArchType()