OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGlobalAddressMap
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/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)
508
if (void *P = EEState.
getGlobalAddressMap
(locked)[GV])
518
return EEState.
getGlobalAddressMap
(locked)[GV];
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
215
uint64_t &CurVal = EEState.
getGlobalAddressMap
()[Name];
231
EEState.
getGlobalAddressMap
().clear();
252
EEState.
getGlobalAddressMap
();
279
EEState.
getGlobalAddressMap
().find(S);
280
if (I != EEState.
getGlobalAddressMap
().end())
304
I = EEState.
getGlobalAddressMap
().begin(),
305
E = EEState.
getGlobalAddressMap
().end(); I != E; ++I) {
[
all
...]
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
78
GlobalAddressMapTy &
getGlobalAddressMap
() {
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h
77
GlobalAddressMapTy &
getGlobalAddressMap
(const MutexGuard &) {
Completed in 162 milliseconds