Home
last modified time | relevance | path

Searched refs:registerObjectPlatformSections (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h128 Error registerObjectPlatformSections(jitlink::LinkGraph &G, JITDylib &JD);
H A DMachOPlatform.h264 Error registerObjectPlatformSections(jitlink::LinkGraph &G, JITDylib &JD,
/src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp324 Error registerObjectPlatformSections(
614 Error MachOPlatformRuntimeState::registerObjectPlatformSections( in registerObjectPlatformSections() function in __anon67290b370411::MachOPlatformRuntimeState
1391 .registerObjectPlatformSections(HeaderAddr, std::move(USI), in __orc_rt_macho_register_object_platform_sections()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp780 return registerObjectPlatformSections(G, JD); in modifyPassConfig()
838 Error COFFPlatform::COFFPlatformPlugin::registerObjectPlatformSections( in registerObjectPlatformSections() function in llvm::orc::COFFPlatform::COFFPlatformPlugin
H A DMachOPlatform.cpp853 return registerObjectPlatformSections(G, JD, InBootstrapPhase); in modifyPassConfig()
1324 Error MachOPlatform::MachOPlatformPlugin::registerObjectPlatformSections( in registerObjectPlatformSections() function in llvm::orc::MachOPlatform::MachOPlatformPlugin