Home
last modified time | relevance | path

Searched refs:bootstrapPipelineRecordRuntimeFunctions (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h192 Error bootstrapPipelineRecordRuntimeFunctions(jitlink::LinkGraph &G);
H A DMachOPlatform.h250 Error bootstrapPipelineRecordRuntimeFunctions(jitlink::LinkGraph &G);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp632 bootstrapPipelineRecordRuntimeFunctions(jitlink::LinkGraph &G) { in bootstrapPipelineRecordRuntimeFunctions() function in llvm::orc::ELFNixPlatform::ELFNixPlatformPlugin
740 return bootstrapPipelineRecordRuntimeFunctions(G); in modifyPassConfig()
H A DMachOPlatform.cpp840 return bootstrapPipelineRecordRuntimeFunctions(G); in modifyPassConfig()
906 bootstrapPipelineRecordRuntimeFunctions(jitlink::LinkGraph &G) { in bootstrapPipelineRecordRuntimeFunctions() function in llvm::orc::MachOPlatform::MachOPlatformPlugin