Home
last modified time | relevance | path

Searched refs:graphifySections (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h121 Error graphifySections();
211 if (auto Err = graphifySections()) in buildGraph()
312 template <typename ELFT> Error ELFLinkGraphBuilder<ELFT>::graphifySections() { in graphifySections() function
H A DCOFFLinkGraphBuilder.h50 Error graphifySections();
H A DCOFFLinkGraphBuilder.cpp83 if (auto Err = graphifySections()) in buildGraph()
121 Error COFFLinkGraphBuilder::graphifySections() { in graphifySections() function in llvm::jitlink::COFFLinkGraphBuilder