Home
last modified time | relevance | path

Searched refs:LoadedObjectInfo (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
DDIContext.h243 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/
DRuntimeDyld.h70 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>,
DJITEventListener.h59 const RuntimeDyld::LoadedObjectInfo &L) {} in notifyObjectLoaded()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.cpp31 RuntimeDyld::LoadedObjectInfo> {
35 RuntimeDyld::LoadedObjectInfo::ObjSectionToIDMap ObjSecToIDMap) in LoadedCOFFObjectInfo()
64 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
DRuntimeDyldCOFF.h29 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
DRuntimeDyldMachO.h129 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
DRuntimeDyldMachO.cpp30 RuntimeDyld::LoadedObjectInfo> {
369 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
DRuntimeDyldImpl.h242 friend class RuntimeDyld::LoadedObjectInfo;
476 virtual std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
DRuntimeDyldELF.h172 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
DRuntimeDyld.cpp72 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/
DRTDyldObjectLinkingLayer.h43 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/
DLLVMReactorDebugInfo.hpp45 class LoadedObjectInfo;
95 …yObjectEmitted(uint64_t key, const llvm::object::ObjectFile &obj, const llvm::LoadedObjectInfo &l);
DLLVMReactorDebugInfo.cpp391 …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()
DLLVMJIT.cpp724 const llvm::RuntimeDyld::LoadedObjectInfo &l) { in __anon8d3323d50a02()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp53 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/
DGDBRegistrationListener.cpp102 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/
DIntelJITEventListener.cpp60 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/
DRTDyldObjectLinkingLayer.cpp147 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, in emit()
159 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, in onObjLoad()
DOrcMCJITReplacement.h424 std::vector<std::unique_ptr<RuntimeDyld::LoadedObjectInfo>>;
429 const RuntimeDyld::LoadedObjectInfo &Info) const { in operator()
443 const RuntimeDyld::LoadedObjectInfo &Info) { in operator()
DOrcCBindingsStack.h227 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/
DPerfJITEventListener.cpp70 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/
DMCJIT.cpp117 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()
DMCJIT.h334 const RuntimeDyld::LoadedObjectInfo &L);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h350 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/
DDWARFContext.cpp1357 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()

12