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

  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 85 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj);
86 const ObjectFile &DebugObj = *DebugObjOwner.getBinary();
114 DebugObjects[Obj.getData().data()] = std::move(DebugObjOwner);
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 102 OwningBinary<ObjectFile> DebugObjOwner = L.getObjectForDebug(Obj);
103 const ObjectFile &DebugObj = *DebugObjOwner.getBinary();
175 DebugObjects[Obj.getData().data()] = std::move(DebugObjOwner);

Completed in 662 milliseconds