Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.cpp28 ArrayRef<const char *> ELFLinkGraphBuilderBase::DwarfSectionNames = DWSecNames; member in llvm::jitlink::ELFLinkGraphBuilderBase
H A DELFLinkGraphBuilder.h35 return llvm::is_contained(DwarfSectionNames, SectionName); in isDwarfSection()
49 static ArrayRef<const char *> DwarfSectionNames; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp226 static const std::set<StringRef> DwarfSectionNames = { variable
234 return DwarfSectionNames.count(SectionName) == 1; in isDwarfSection()