OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGlobalAddressMap
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
165
void *&CurVal = EEState.
getGlobalAddressMap
(locked)[GV];
181
EEState.
getGlobalAddressMap
(locked).clear();
199
EEState.
getGlobalAddressMap
(locked);
226
EEState.
getGlobalAddressMap
(locked).find(GV);
227
return I != EEState.
getGlobalAddressMap
(locked).end() ? I->second : 0;
236
I = EEState.
getGlobalAddressMap
(locked).begin(),
237
E = EEState.
getGlobalAddressMap
(locked).end(); I != E; ++I)
510
if (void *P = EEState.
getGlobalAddressMap
(locked)[GV])
520
return EEState.
getGlobalAddressMap
(locked)[GV];
[
all
...]
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
77
GlobalAddressMapTy &
getGlobalAddressMap
(const MutexGuard &) {
Completed in 222 milliseconds