Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp41 std::unique_ptr<jitlink::LinkGraph> createPlatformGraph(ELFNixPlatform &MOP, in createPlatformGraph() function
75 auto G = createPlatformGraph(MOP, "<OrcRTCompleteBootstrap>"); in materialize()
H A DMachOPlatform.cpp96 std::unique_ptr<jitlink::LinkGraph> createPlatformGraph(MachOPlatform &MOP, in createPlatformGraph() function
137 auto G = createPlatformGraph(MOP, "<OrcRTCompleteBootstrap>"); in materialize()
1799 auto G = createPlatformGraph(MOP, "<MachOHeaderMU>"); in materialize()