OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlobalAddressMap
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
66
///
GlobalAddressMap
- A mapping between LLVM global symbol names values and
68
GlobalAddressMapTy
GlobalAddressMap
;
70
/// GlobalAddressReverseMap - This is the reverse mapping of
GlobalAddressMap
,
79
return
GlobalAddressMap
;
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h
64
///
GlobalAddressMap
- A mapping between LLVM global values and their
66
GlobalAddressMapTy
GlobalAddressMap
;
68
/// GlobalAddressReverseMap - This is the reverse mapping of
GlobalAddressMap
,
78
return
GlobalAddressMap
;
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp
144
GlobalAddressMapTy::iterator I =
GlobalAddressMap
.find(ToUnmap);
148
//
GlobalAddressMap
.
149
if (I ==
GlobalAddressMap
.end())
153
GlobalAddressMap
.erase(I);
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
173
GlobalAddressMapTy::iterator I =
GlobalAddressMap
.find(Name);
177
//
GlobalAddressMap
.
178
if (I ==
GlobalAddressMap
.end())
183
GlobalAddressMap
.erase(I);
[
all
...]
Completed in 50 milliseconds