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

  /external/llvm/tools/dsymutil/
DebugMap.h 62 /// DIE.relocate(Sym->ObjectAddress, Sym->BinaryAddress);
121 yaml::Hex64 BinaryAddress;
123 SymbolMapping(Optional<uint64_t> ObjectAddr, uint64_t BinaryAddress,
125 : BinaryAddress(BinaryAddress), Size(Size) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DebugMap.h 70 /// DIE.relocate(Sym->ObjectAddress, Sym->BinaryAddress);
136 yaml::Hex64 BinaryAddress;
139 SymbolMapping(Optional<uint64_t> ObjectAddr, uint64_t BinaryAddress,
141 : BinaryAddress(BinaryAddress), Size(Size) {

Completed in 50 milliseconds