Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h166 static StringRef getDirectiveSectionName() { return ".drectve"; } in getDirectiveSectionName() function
H A DCOFFLinkGraphBuilder.cpp174 if (SectionName == getDirectiveSectionName()) in graphifySections()