Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h108 Error graphifySections();
172 if (auto Err = graphifySections()) in buildGraph()
273 template <typename ELFT> Error ELFLinkGraphBuilder<ELFT>::graphifySections() { in graphifySections() function
H A DCOFFLinkGraphBuilder.cpp83 if (auto Err = graphifySections()) in buildGraph()
121 Error COFFLinkGraphBuilder::graphifySections() { in graphifySections() function in llvm::jitlink::COFFLinkGraphBuilder
H A DCOFFLinkGraphBuilder.h49 Error graphifySections();