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

  /external/llvm/tools/dsymutil/
MachODebugMapParser.cpp 57 StringMap<Optional<uint64_t>> CurrentObjectAddresses;
106 CurrentObjectAddresses.clear();
388 auto ObjectSymIt = CurrentObjectAddresses.find(Name);
389 if (ObjectSymIt == CurrentObjectAddresses.end())
398 /// Load the current object file symbols into CurrentObjectAddresses.
401 CurrentObjectAddresses.clear();
420 CurrentObjectAddresses[*Name] = None;
422 CurrentObjectAddresses[*Name] = Addr;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
MachODebugMapParser.cpp 57 StringMap<Optional<uint64_t>> CurrentObjectAddresses;
122 CurrentObjectAddresses.clear();
424 auto ObjectSymIt = CurrentObjectAddresses.find(Name);
428 if (ObjectSymIt == CurrentObjectAddresses.end() && Type != MachO::N_STSYM) {
430 ObjectSymIt = CurrentObjectAddresses.find(Alias);
431 if (ObjectSymIt != CurrentObjectAddresses.end())
436 if (ObjectSymIt == CurrentObjectAddresses.end()) {
448 /// Load the current object file symbols into CurrentObjectAddresses.
451 CurrentObjectAddresses.clear();
470 CurrentObjectAddresses[*Name] = None
    [all...]

Completed in 146 milliseconds