Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DCOFFPlatform.h124 Error registerObjectPlatformSections(jitlink::LinkGraph &G, JITDylib &JD);
DMachOPlatform.h175 Error registerObjectPlatformSections(jitlink::LinkGraph &G, JITDylib &JD,
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DCOFFPlatform.cpp769 return registerObjectPlatformSections(G, JD); in modifyPassConfig()
827 Error COFFPlatform::COFFPlatformPlugin::registerObjectPlatformSections( in registerObjectPlatformSections() function in llvm::orc::COFFPlatform::COFFPlatformPlugin
DMachOPlatform.cpp787 return registerObjectPlatformSections(G, JD, InBootstrapPhase); in modifyPassConfig()
1147 Error MachOPlatform::MachOPlatformPlugin::registerObjectPlatformSections( in registerObjectPlatformSections() function in llvm::orc::MachOPlatform::MachOPlatformPlugin