Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp220 static const std::set<StringRef> DwarfSectionNames = { variable
228 return DwarfSectionNames.count(SectionName) == 1; in isDwarfSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp141 const char *const DwarfSectionNames[] = { variable
232 return llvm::is_contained(DwarfSectionNames, SectionName); in isDwarfSection()