Home
last modified time | relevance | path

Searched refs:SearchForAddressOfSymbol (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp81 DynamicLibrary::SearchForAddressOfSymbol("op_open_agent"); in initialize()
83 DynamicLibrary::SearchForAddressOfSymbol("op_close_agent"); in initialize()
85 DynamicLibrary::SearchForAddressOfSymbol("op_write_native_code"); in initialize()
87 DynamicLibrary::SearchForAddressOfSymbol("op_write_debug_line_info"); in initialize()
89 DynamicLibrary::SearchForAddressOfSymbol("op_unload_native_code"); in initialize()
91 DynamicLibrary::SearchForAddressOfSymbol("op_major_version"); in initialize()
93 DynamicLibrary::SearchForAddressOfSymbol("op_minor_version"); in initialize()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DDynamicLibrary.h114 static void *SearchForAddressOfSymbol(const char *symbolName);
117 static void *SearchForAddressOfSymbol(const std::string &symbolName) { in SearchForAddressOfSymbol() function
118 return SearchForAddressOfSymbol(symbolName.c_str()); in SearchForAddressOfSymbol()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp58 llvm::sys::DynamicLibrary::SearchForAddressOfSymbol("__register_frame"); in __register_frame()
70 *(void **)&df = llvm::sys::DynamicLibrary::SearchForAddressOfSymbol( in __deregister_frame()
287 return (uint64_t)sys::DynamicLibrary::SearchForAddressOfSymbol(NameStr); in getSymbolAddressInProcess()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DDynamicLibrary.cpp180 void *DynamicLibrary::SearchForAddressOfSymbol(const char *SymbolName) { in SearchForAddressOfSymbol() function in DynamicLibrary
211 return llvm::sys::DynamicLibrary::SearchForAddressOfSymbol(symbolName); in LLVMSearchForAddressOfSymbol()
/freebsd-12.1/contrib/llvm/lib/Passes/
H A DPassPlugin.cpp28 (intptr_t)Library.SearchForAddressOfSymbol("llvmGetPassPluginInfo"); in Load()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp116 FnPtr = (ExFunc)(intptr_t)sys::DynamicLibrary::SearchForAddressOfSymbol( in lookupFunction()
278 sys::DynamicLibrary::SearchForAddressOfSymbol(F->getName()); in callExternalFunction()
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc78 // SearchForAddressOfSymbol to find them. As such, we special case them here,
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1301 sys::DynamicLibrary::SearchForAddressOfSymbol(GV.getName())) in emitGlobals()