/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
H A D | RuntimeDyld.h | 69 class LoadedObjectInfo : public llvm::LoadedObjectInfo { 75 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) in LoadedObjectInfo() function 186 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O); 278 unique_function<Error(const object::ObjectFile &Obj, LoadedObjectInfo &, 282 std::unique_ptr<LoadedObjectInfo>, Error)> 305 RuntimeDyld::LoadedObjectInfo &, 309 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>, Error)>
|
H A D | JITEventListener.h | 58 const RuntimeDyld::LoadedObjectInfo &L) {} in notifyObjectLoaded()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 264 class LoadedObjectInfo { 266 LoadedObjectInfo() = default; 267 LoadedObjectInfo(const LoadedObjectInfo &) = default; 270 virtual ~LoadedObjectInfo() = default; 303 virtual std::unique_ptr<LoadedObjectInfo> clone() const = 0; 306 template <typename Derived, typename Base = LoadedObjectInfo> 316 std::unique_ptr<llvm::LoadedObjectInfo> clone() const override { in clone()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldCOFF.cpp | 32 RuntimeDyld::LoadedObjectInfo> { 36 RuntimeDyld::LoadedObjectInfo::ObjSectionToIDMap ObjSecToIDMap) in LoadedCOFFObjectInfo() 65 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
|
H A D | RuntimeDyldImpl.h | 239 friend class RuntimeDyld::LoadedObjectInfo; 461 virtual std::unique_ptr<RuntimeDyld::LoadedObjectInfo> 547 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>, 551 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> Info);
|
H A D | RuntimeDyld.cpp | 72 void RuntimeDyld::LoadedObjectInfo::anchor() {} in anchor() 1201 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>, Error)> in finalizeAsync() argument 1204 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> Info) { in finalizeAsync() 1254 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress() 1319 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> 1423 RuntimeDyld::LoadedObjectInfo &LoadedObj, in jitLinkForORC() 1427 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>, Error)> in jitLinkForORC() argument
|
H A D | RuntimeDyldCOFF.h | 29 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
|
H A D | RuntimeDyldMachO.cpp | 30 RuntimeDyld::LoadedObjectInfo> { 369 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
|
H A D | RuntimeDyldMachO.h | 129 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
|
H A D | RuntimeDyldELF.h | 173 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
|
H A D | RuntimeDyldELF.cpp | 130 RuntimeDyld::LoadedObjectInfo> { 247 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | RTDyldObjectLinkingLayer.h | 47 const RuntimeDyld::LoadedObjectInfo &)>; 134 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo, 141 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | RTDyldObjectLinkingLayer.cpp | 158 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo, in emit() 165 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, in emit() 189 RuntimeDyld::LoadedObjectInfo &LoadedObjInfo, in onObjLoad() 279 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, Error Err) { in onObjEmit()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/ |
H A D | OProfileJITEventListener.cpp | 53 const RuntimeDyld::LoadedObjectInfo &L) override; 82 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | GDBRegistrationListener.cpp | 109 const RuntimeDyld::LoadedObjectInfo &L) override; 158 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 74 const RuntimeDyld::LoadedObjectInfo &L) { in fillSectionInformation() 143 const RuntimeDyld::LoadedObjectInfo &L) override; 194 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/ |
H A D | PerfJITEventListener.cpp | 69 const RuntimeDyld::LoadedObjectInfo &L) override; 232 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 119 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = Dyld.loadObject(*Obj); in addObjectFile() 224 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = in generateCodeForModule() 657 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
|
H A D | MCJIT.h | 333 const RuntimeDyld::LoadedObjectInfo &L);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFContext.h | 386 create(const object::ObjectFile &Obj, const LoadedObjectInfo *L = nullptr,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1436 const LoadedObjectInfo *L, in getSymbolInfo() 1654 DWARFObjInMemory(const object::ObjectFile &Obj, const LoadedObjectInfo *L, in DWARFObjInMemory() 1968 DWARFContext::create(const object::ObjectFile &Obj, const LoadedObjectInfo *L, in create()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 395 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo = nullptr; in printLineInfoForInput()
|