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

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 114 typedef SmallVector<RelocationEntry, 4> RelocationList;
115 StringMap<RelocationList> Relocations;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 258 typedef SmallVector<RelocationEntry, 64> RelocationList;
262 std::unordered_map<unsigned, RelocationList> Relocations;
267 StringMap<RelocationList> ExternalSymbolRelocations;
383 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 280 typedef SmallVector<RelocationEntry, 64> RelocationList;
284 std::unordered_map<unsigned, RelocationList> Relocations;
289 StringMap<RelocationList> ExternalSymbolRelocations;
420 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);

Completed in 456 milliseconds