Home
last modified time | relevance | path

Searched refs:RegistrationSymbols (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DEPCEHFrameRegistrar.cpp44 SymbolLookupSet RegistrationSymbols; in Create() local
45 RegistrationSymbols.add(EPC.intern(RegisterWrapperName)); in Create()
46 RegistrationSymbols.add(EPC.intern(DeregisterWrapperName)); in Create()
49 EPC.lookupSymbols({{*RegistrationFunctionsDylib, RegistrationSymbols}}); in Create()
DEPCDebugObjectRegistrar.cpp36 SymbolLookupSet RegistrationSymbols; in createJITLoaderGDBRegistrar() local
37 RegistrationSymbols.add(RegisterFn); in createJITLoaderGDBRegistrar()
40 EPC.lookupSymbols({{*RegistrationFunctionDylib, RegistrationSymbols}}); in createJITLoaderGDBRegistrar()