Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp42 static bool isDwarfSection(const MCObjectFileInfo *FI, in isDwarfSection() function
90 if (isDwarfSection(FI, CurSection)) in changeSection()
92 if (isDwarfSection(FI, Section)) { in changeSection()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h34 static bool isDwarfSection(StringRef SectionName) { in isDwarfSection() function
288 if (isDwarfSection(*Name)) { in graphifySections()
500 if (!ProcessDebugSections && isDwarfSection(*Name)) { in forEachRelocation()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp239 static bool isDwarfSection(StringRef SectionName) { in isDwarfSection() function
290 HasDwarfSection |= isDwarfSection(*Name); in CreateArchType()