Home
last modified time | relevance | path

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

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