Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h122 Error registerObjectPlatformSections(jitlink::LinkGraph &G, JITDylib &JD);
H A DMachOPlatform.h268 Error registerObjectPlatformSections(jitlink::LinkGraph &G, JITDylib &JD,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp771 return registerObjectPlatformSections(G, JD); in modifyPassConfig()
815 Error COFFPlatform::COFFPlatformPlugin::registerObjectPlatformSections( in registerObjectPlatformSections() function in llvm::orc::COFFPlatform::COFFPlatformPlugin
H A DMachOPlatform.cpp895 return registerObjectPlatformSections(G, JD, HeaderAddr, InBootstrapPhase); in modifyPassConfig()
1351 Error MachOPlatform::MachOPlatformPlugin::registerObjectPlatformSections( in registerObjectPlatformSections() function in llvm::orc::MachOPlatform::MachOPlatformPlugin
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp239 Error registerObjectPlatformSections(
538 Error MachOPlatformRuntimeState::registerObjectPlatformSections( in registerObjectPlatformSections() function in __anon3d23d5020311::MachOPlatformRuntimeState
1401 .registerObjectPlatformSections(HeaderAddr, std::move(USI), in __orc_rt_macho_register_object_platform_sections()