OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EEState
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
214
uint64_t &CurVal =
EEState
.getGlobalAddressMap()[Name];
219
if (!
EEState
.getGlobalAddressReverseMap().empty()) {
220
std::string &V =
EEState
.getGlobalAddressReverseMap()[CurVal];
230
EEState
.getGlobalAddressMap().clear();
231
EEState
.getGlobalAddressReverseMap().clear();
238
EEState
.RemoveMapping(getMangledName(&GO));
251
EEState
.getGlobalAddressMap();
255
return
EEState
.RemoveMapping(Name);
260
if (CurVal && !
EEState
.getGlobalAddressReverseMap().empty())
261
EEState
.getGlobalAddressReverseMap().erase(CurVal)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
106
ExecutionEngineState
EEState
;
Completed in 22 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026