HomeSort by relevance Sort by last modified time
    Searched refs:getGlobalAddressReverseMap (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 170 if (!EEState.getGlobalAddressReverseMap(locked).empty()) {
172 EEState.getGlobalAddressReverseMap(locked)[Addr];
182 EEState.getGlobalAddressReverseMap(locked).clear();
208 if (CurVal && !EEState.getGlobalAddressReverseMap(locked).empty())
209 EEState.getGlobalAddressReverseMap(locked).erase(CurVal);
213 if (!EEState.getGlobalAddressReverseMap(locked).empty()) {
215 EEState.getGlobalAddressReverseMap(locked)[Addr];
234 if (EEState.getGlobalAddressReverseMap(locked).empty()) {
238 EEState.getGlobalAddressReverseMap(locked).insert(std::make_pair(
243 EEState.getGlobalAddressReverseMap(locked).find(Addr)
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 220 if (!EEState.getGlobalAddressReverseMap().empty()) {
221 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal];
232 EEState.getGlobalAddressReverseMap().clear();
261 if (CurVal && !EEState.getGlobalAddressReverseMap().empty())
262 EEState.getGlobalAddressReverseMap().erase(CurVal);
266 if (!EEState.getGlobalAddressReverseMap().empty()) {
267 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal];
302 if (EEState.getGlobalAddressReverseMap().empty()) {
308 EEState.getGlobalAddressReverseMap().insert(std::make_pair(
314 EEState.getGlobalAddressReverseMap().find((uint64_t) Addr)
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 82 std::map<uint64_t, std::string> &getGlobalAddressReverseMap() {
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h 82 getGlobalAddressReverseMap(const MutexGuard &) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 82 std::map<uint64_t, std::string> &getGlobalAddressReverseMap() {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 82 std::map<uint64_t, std::string> &getGlobalAddressReverseMap() {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 82 std::map<uint64_t, std::string> &getGlobalAddressReverseMap() {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 82 std::map<uint64_t, std::string> &getGlobalAddressReverseMap() {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 82 std::map<uint64_t, std::string> &getGlobalAddressReverseMap() {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 82 std::map<uint64_t, std::string> &getGlobalAddressReverseMap() {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 82 std::map<uint64_t, std::string> &getGlobalAddressReverseMap() {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 82 std::map<uint64_t, std::string> &getGlobalAddressReverseMap() {

Completed in 160 milliseconds