Searched refs:DwarfSectionNames (Results 1 – 3 of 3) sorted by relevance
28 ArrayRef<const char *> ELFLinkGraphBuilderBase::DwarfSectionNames = DWSecNames; member in llvm::jitlink::ELFLinkGraphBuilderBase
35 return llvm::is_contained(DwarfSectionNames, SectionName); in isDwarfSection()49 static ArrayRef<const char *> DwarfSectionNames; variable
226 static const std::set<StringRef> DwarfSectionNames = { variable234 return DwarfSectionNames.count(SectionName) == 1; in isDwarfSection()