/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/ |
D | DIContext.h | 243 class LoadedObjectInfo { 245 LoadedObjectInfo() = default; 246 LoadedObjectInfo(const LoadedObjectInfo &) = default; 249 virtual ~LoadedObjectInfo() = default; 282 virtual std::unique_ptr<LoadedObjectInfo> clone() const = 0; 285 template <typename Derived, typename Base = LoadedObjectInfo> 295 std::unique_ptr<llvm::LoadedObjectInfo> clone() const override { in clone()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 70 class LoadedObjectInfo : public llvm::LoadedObjectInfo { 76 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) in LoadedObjectInfo() function 182 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O); 275 unique_function<Error(std::unique_ptr<LoadedObjectInfo>, 299 unique_function<Error(std::unique_ptr<RuntimeDyld::LoadedObjectInfo>,
|
D | JITEventListener.h | 59 const RuntimeDyld::LoadedObjectInfo &L) {} in notifyObjectLoaded()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldCOFF.cpp | 31 RuntimeDyld::LoadedObjectInfo> { 35 RuntimeDyld::LoadedObjectInfo::ObjSectionToIDMap ObjSecToIDMap) in LoadedCOFFObjectInfo() 64 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
|
D | RuntimeDyldCOFF.h | 29 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
|
D | RuntimeDyldMachO.h | 129 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
|
D | RuntimeDyldMachO.cpp | 30 RuntimeDyld::LoadedObjectInfo> { 369 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
|
D | RuntimeDyldImpl.h | 242 friend class RuntimeDyld::LoadedObjectInfo; 476 virtual std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
|
D | RuntimeDyldELF.h | 172 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
|
D | RuntimeDyld.cpp | 72 void RuntimeDyld::LoadedObjectInfo::anchor() {} in anchor() 1242 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress() 1307 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> 1411 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObj, in jitLinkForORC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayer.h | 43 const RuntimeDyld::LoadedObjectInfo &)>; 121 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, 198 const RuntimeDyld::LoadedObjectInfo &)>; 203 const RuntimeDyld::LoadedObjectInfo &)>; 244 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> Info = in finalize()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactorDebugInfo.hpp | 45 class LoadedObjectInfo; 95 …yObjectEmitted(uint64_t key, const llvm::object::ObjectFile &obj, const llvm::LoadedObjectInfo &l);
|
D | LLVMReactorDebugInfo.cpp | 391 …fyObjectEmitted(uint64_t key, const llvm::object::ObjectFile &obj, const llvm::LoadedObjectInfo &l) in NotifyObjectEmitted() 394 …istener->notifyObjectLoaded(key, obj, static_cast<const llvm::RuntimeDyld::LoadedObjectInfo &>(l)); in NotifyObjectEmitted()
|
D | LLVMJIT.cpp | 724 const llvm::RuntimeDyld::LoadedObjectInfo &l) { in __anon8d3323d50a02()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 53 const RuntimeDyld::LoadedObjectInfo &L) override; 82 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | GDBRegistrationListener.cpp | 102 const RuntimeDyld::LoadedObjectInfo &L) override; 151 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 60 const RuntimeDyld::LoadedObjectInfo &L) override; 100 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayer.cpp | 147 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, in emit() 159 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, in onObjLoad()
|
D | OrcMCJITReplacement.h | 424 std::vector<std::unique_ptr<RuntimeDyld::LoadedObjectInfo>>; 429 const RuntimeDyld::LoadedObjectInfo &Info) const { in operator() 443 const RuntimeDyld::LoadedObjectInfo &Info) { in operator()
|
D | OrcCBindingsStack.h | 227 const RuntimeDyld::LoadedObjectInfo &LoadedObjInfo) { 495 const RuntimeDyld::LoadedObjectInfo &LoadedObjInfo) { in notifyFinalized()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/ |
D | PerfJITEventListener.cpp | 70 const RuntimeDyld::LoadedObjectInfo &L) override; 232 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 117 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = Dyld.loadObject(*Obj); in addObjectFile() 222 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = in generateCodeForModule() 651 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
|
D | MCJIT.h | 334 const RuntimeDyld::LoadedObjectInfo &L);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 350 create(const object::ObjectFile &Obj, const LoadedObjectInfo *L = nullptr,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1357 const LoadedObjectInfo *L, in getSymbolInfo() 1576 DWARFObjInMemory(const object::ObjectFile &Obj, const LoadedObjectInfo *L, in DWARFObjInMemory() 1892 DWARFContext::create(const object::ObjectFile &Obj, const LoadedObjectInfo *L, in create()
|