Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h152 Error registerObjectPlatformSections(jitlink::LinkGraph &G, JITDylib &JD);
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dmacho_platform.cpp175 Error registerObjectPlatformSections(
322 Error MachOPlatformRuntimeState::registerObjectPlatformSections( in registerObjectPlatformSections() function in __anon104e62320211::MachOPlatformRuntimeState
978 .registerObjectPlatformSections(HeaderAddr, std::move(Secs)); in __orc_rt_macho_register_object_platform_sections()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp658 return registerObjectPlatformSections(G, JD); in modifyPassConfig()
868 Error MachOPlatform::MachOPlatformPlugin::registerObjectPlatformSections( in registerObjectPlatformSections() function in llvm::orc::MachOPlatform::MachOPlatformPlugin