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

  /external/llvm/include/llvm/DebugInfo/
DIContext.h 157 class LoadedObjectInfo {
159 LoadedObjectInfo(const LoadedObjectInfo &) = default;
160 LoadedObjectInfo() = default;
163 virtual ~LoadedObjectInfo() = default;
189 /// Obtain a copy of this LoadedObjectInfo.
192 virtual std::unique_ptr<LoadedObjectInfo> clone() const = 0;
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 76 class LoadedObjectInfo : public llvm::LoadedObjectInfo {
81 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap)
97 template <typename Derived> struct LoadedObjectInfoHelper : LoadedObjectInfo {
104 LoadedObjectInfo::ObjSectionToIDMap ObjSecToIDMap)
105 : LoadedObjectInfo(RTDyld, std::move(ObjSecToIDMap)) {}
106 std::unique_ptr<llvm::LoadedObjectInfo> clone() const override {
229 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
JITEventListener.h 75 const RuntimeDyld::LoadedObjectInfo &L) {}
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCOFF.h 30 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
RuntimeDyldCOFF.cpp 59 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
RuntimeDyldMachO.h 129 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
RuntimeDyldELF.h 165 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
RuntimeDyldImpl.h 221 friend class RuntimeDyld::LoadedObjectInfo;
438 virtual std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
RuntimeDyld.cpp 69 // Pin LoadedObjectInfo's vtables to this file.
70 void RuntimeDyld::LoadedObjectInfo::anchor() {}
    [all...]
RuntimeDyldMachO.cpp 362 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
RuntimeDyldELF.cpp 214 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
    [all...]
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 52 const RuntimeDyld::LoadedObjectInfo &L) override;
80 const RuntimeDyld::LoadedObjectInfo &L) {
  /external/llvm/lib/ExecutionEngine/
GDBRegistrationListener.cpp 112 const RuntimeDyld::LoadedObjectInfo &L) override;
161 const RuntimeDyld::LoadedObjectInfo &L) {
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 60 const RuntimeDyld::LoadedObjectInfo &L) override;
100 const RuntimeDyld::LoadedObjectInfo &L) {
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 122 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = Dyld.loadObject(*Obj);
221 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L =
633 const RuntimeDyld::LoadedObjectInfo &L) {
MCJIT.h 330 const RuntimeDyld::LoadedObjectInfo &L);
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 281 const LoadedObjectInfo *L = nullptr);
  /external/llvm/include/llvm/ExecutionEngine/Orc/
ObjectLinkingLayer.h 216 /// @brief LoadedObjectInfo list. Contains a list of owning pointers to
217 /// RuntimeDyld::LoadedObjectInfo instances.
218 typedef std::vector<std::unique_ptr<RuntimeDyld::LoadedObjectInfo>>
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 290 typedef std::vector<std::unique_ptr<RuntimeDyld::LoadedObjectInfo>>
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 309 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo = nullptr;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 657 const LoadedObjectInfo *L)

Completed in 538 milliseconds