HomeSort by: relevance | last modified time | path
    Searched refs:ObjectKey (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 43 using ObjectKey = uint64_t;
57 virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj,
62 virtual void notifyFreeingObject(ObjectKey K) {}
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
JSON.h 84 class ObjectKey;
89 /// It simulates DenseMap<ObjectKey, Value>. ObjectKey is a maybe-owned string.
91 using Storage = DenseMap<ObjectKey, Value, llvm::DenseMapInfo<StringRef>>;
95 using key_type = ObjectKey;
118 std::pair<iterator, bool> try_emplace(const ObjectKey &K, Ts &&... Args) {
122 std::pair<iterator, bool> try_emplace(ObjectKey &&K, Ts &&... Args) {
131 Value &operator[](const ObjectKey &K);
132 Value &operator[](ObjectKey &&K);
227 /// - json::Object is a type like map<ObjectKey, Value
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
GDBRegistrationListener.cpp 85 typedef llvm::DenseMap<JITEventListener::ObjectKey, RegisteredObjectInfo>
108 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj,
114 void notifyFreeingObject(ObjectKey K) override;
157 ObjectKey K, const ObjectFile &Obj,
187 void GDBJITRegistrationListener::notifyFreeingObject(ObjectKey K) {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 42 std::map<ObjectKey, OwningBinary<ObjectFile>> DebugObjects;
52 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj,
55 void notifyFreeingObject(ObjectKey Key) override;
81 ObjectKey Key, const ObjectFile &Obj,
142 void OProfileJITEventListener::notifyFreeingObject(ObjectKey Key) {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 130 std::map<ObjectKey, OwningBinary<ObjectFile>> DebugObjects;
132 std::map<ObjectKey, std::unique_ptr<IntelIttnotifyInfo>> KeyToIttnotify;
142 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj,
145 void notifyFreeingObject(ObjectKey Key) override;
193 ObjectKey Key, const ObjectFile &Obj,
335 void IntelJITEventListener::notifyFreeingObject(ObjectKey Key) {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
PerfJITEventListener.cpp 68 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj,
70 void notifyFreeingObject(ObjectKey K) override;
231 ObjectKey K, const ObjectFile &Obj,
290 void PerfJITEventListener::notifyFreeingObject(ObjectKey K) {
  /src/external/apache2/llvm/dist/llvm/lib/Support/
JSON.cpp 20 Value &Object::operator[](const ObjectKey &K) {
23 Value &Object::operator[](ObjectKey &&K) {

Completed in 65 milliseconds