Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h153 Error handleDirectiveSection(StringRef Str);
H A DCOFFLinkGraphBuilder.cpp175 if (auto Err = handleDirectiveSection( in graphifySections()
273 Error COFFLinkGraphBuilder::handleDirectiveSection(StringRef Str) { in handleDirectiveSection() function in llvm::jitlink::COFFLinkGraphBuilder