OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SearchForAddressOfSymbol
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/Support/
DynamicLibrary.h
87
static void *
SearchForAddressOfSymbol
(const char *symbolName);
90
static void *
SearchForAddressOfSymbol
(const std::string &symbolName) {
91
return
SearchForAddressOfSymbol
(symbolName.c_str());
/external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp
81
DynamicLibrary::
SearchForAddressOfSymbol
("op_open_agent");
83
DynamicLibrary::
SearchForAddressOfSymbol
("op_close_agent");
85
DynamicLibrary::
SearchForAddressOfSymbol
("op_write_native_code");
87
DynamicLibrary::
SearchForAddressOfSymbol
("op_write_debug_line_info");
89
DynamicLibrary::
SearchForAddressOfSymbol
("op_unload_native_code");
91
DynamicLibrary::
SearchForAddressOfSymbol
("op_major_version");
93
DynamicLibrary::
SearchForAddressOfSymbol
("op_minor_version");
/external/llvm/lib/Target/CellSPU/
SPUTargetMachine.cpp
85
(BuilderFunc)(intptr_t)sys::DynamicLibrary::
SearchForAddressOfSymbol
(
/external/llvm/lib/Support/
DynamicLibrary.cpp
128
void* DynamicLibrary::
SearchForAddressOfSymbol
(const char *symbolName) {
/external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp
105
sys::DynamicLibrary::
SearchForAddressOfSymbol
("lle_X_" +
267
sys::DynamicLibrary::
SearchForAddressOfSymbol
(F->getName());
/external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp
[
all
...]
JIT.cpp
753
Ptr = sys::DynamicLibrary::
SearchForAddressOfSymbol
(GV->getName());
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
[
all
...]
Completed in 510 milliseconds