HomeSort by relevance Sort by last modified time
    Searched refs:RTDyld (Results 1 - 25 of 53) sorted by null

1 2 3

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
RuntimeDyld.h 73 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap)
74 : RTDyld(RTDyld), ObjSecToIDMap(std::move(ObjSecToIDMap)) {}
85 RuntimeDyldImpl &RTDyld;
95 LoadedObjectInfoHelper(RuntimeDyldImpl &RTDyld,
97 : LoadedObjectInfo(RTDyld, std::move(ObjSecToIDMap)) {}
177 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
RuntimeDyld.h 73 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap)
74 : RTDyld(RTDyld), ObjSecToIDMap(std::move(ObjSecToIDMap)) {}
85 RuntimeDyldImpl &RTDyld;
95 LoadedObjectInfoHelper(RuntimeDyldImpl &RTDyld,
97 : LoadedObjectInfo(RTDyld, std::move(ObjSecToIDMap)) {}
177 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
RuntimeDyld.h 73 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap)
74 : RTDyld(RTDyld), ObjSecToIDMap(std::move(ObjSecToIDMap)) {}
85 RuntimeDyldImpl &RTDyld;
95 LoadedObjectInfoHelper(RuntimeDyldImpl &RTDyld,
97 : LoadedObjectInfo(RTDyld, std::move(ObjSecToIDMap)) {}
177 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
RuntimeDyld.h 73 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap)
74 : RTDyld(RTDyld), ObjSecToIDMap(std::move(ObjSecToIDMap)) {}
85 RuntimeDyldImpl &RTDyld;
95 LoadedObjectInfoHelper(RuntimeDyldImpl &RTDyld,
97 : LoadedObjectInfo(RTDyld, std::move(ObjSecToIDMap)) {}
177 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld,
  /external/llvm/include/llvm/ExecutionEngine/Orc/
ObjectLinkingLayer.h 121 RuntimeDyld RTDyld(*MemMgr, *PFC->Resolver);
122 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
123 PFC->RTDyld = &RTDyld;
125 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Objects),
127 this->updateSymbolTable(RTDyld);
149 assert(PFC->RTDyld && "mapSectionAddress called on raw LinkedObjectSet");
150 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr);
172 void updateSymbolTable(const RuntimeDyld &RTDyld) {
174 SymEntry.second = RTDyld.getSymbol(SymEntry.first())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 1 //===-- RTDyldObjectLinkingLayer.h - RTDyld-based jit linking --*- C++ -*-===//
10 // Contains the definition for an RTDyld-based, in-process object linking layer.
130 RuntimeDyld RTDyld(*MemMgr, *PFC->Resolver);
131 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
132 PFC->RTDyld = &RTDyld;
135 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Objects),
137 this->updateSymbolTable(RTDyld);
158 assert(PFC->RTDyld && "mapSectionAddress called on raw LinkedObjectSet");
159 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 1 //===-- RTDyldObjectLinkingLayer.h - RTDyld-based jit linking --*- C++ -*-===//
10 // Contains the definition for an RTDyld-based, in-process object linking layer.
134 RuntimeDyld RTDyld(*MemMgr, *PFC->Resolver);
135 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
136 PFC->RTDyld = &RTDyld;
139 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Objects),
141 this->updateSymbolTable(RTDyld);
162 assert(PFC->RTDyld && "mapSectionAddress called on raw LinkedObjectSet");
163 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 1 //===-- RTDyldObjectLinkingLayer.h - RTDyld-based jit linking --*- C++ -*-===//
10 // Contains the definition for an RTDyld-based, in-process object linking layer.
134 RuntimeDyld RTDyld(*MemMgr, *PFC->Resolver);
135 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
136 PFC->RTDyld = &RTDyld;
139 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Objects),
141 this->updateSymbolTable(RTDyld);
162 assert(PFC->RTDyld && "mapSectionAddress called on raw LinkedObjectSet");
163 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 1 //===- RTDyldObjectLinkingLayer.h - RTDyld-based jit linking ---*- C++ -*-===//
10 // Contains the definition for an RTDyld-based, in-process object linking layer.
139 RuntimeDyld RTDyld(*MemMgr, *PFC->Resolver);
140 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
141 PFC->RTDyld = &RTDyld;
144 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Obj),
146 this->updateSymbolTable(RTDyld);
167 assert(PFC->RTDyld && "mapSectionAddress called on raw LinkedObject");
168 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 1 //===- RTDyldObjectLinkingLayer.h - RTDyld-based jit linking ---*- C++ -*-===//
10 // Contains the definition for an RTDyld-based, in-process object linking layer.
139 RuntimeDyld RTDyld(*MemMgr, *PFC->Resolver);
140 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
141 PFC->RTDyld = &RTDyld;
144 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Obj),
146 this->updateSymbolTable(RTDyld);
167 assert(PFC->RTDyld && "mapSectionAddress called on raw LinkedObject");
168 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 1 //===- RTDyldObjectLinkingLayer.h - RTDyld-based jit linking ---*- C++ -*-===//
10 // Contains the definition for an RTDyld-based, in-process object linking layer.
139 RuntimeDyld RTDyld(*MemMgr, *PFC->Resolver);
140 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
141 PFC->RTDyld = &RTDyld;
144 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Obj),
146 this->updateSymbolTable(RTDyld);
167 assert(PFC->RTDyld && "mapSectionAddress called on raw LinkedObject");
168 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 1 //===- RTDyldObjectLinkingLayer.h - RTDyld-based jit linking ---*- C++ -*-===//
10 // Contains the definition for an RTDyld-based, in-process object linking layer.
139 RuntimeDyld RTDyld(*MemMgr, *PFC->Resolver);
140 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
141 PFC->RTDyld = &RTDyld;
144 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Obj),
146 this->updateSymbolTable(RTDyld);
167 assert(PFC->RTDyld && "mapSectionAddress called on raw LinkedObject");
168 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 1 //===-- RTDyldObjectLinkingLayer.h - RTDyld-based jit linking --*- C++ -*-===//
10 // Contains the definition for an RTDyld-based, in-process object linking layer.
130 RuntimeDyld RTDyld(*MemMgr, *PFC->Resolver);
131 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
132 PFC->RTDyld = &RTDyld;
135 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Objects),
137 this->updateSymbolTable(RTDyld);
158 assert(PFC->RTDyld && "mapSectionAddress called on raw LinkedObjectSet");
159 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 1 //===-- RTDyldObjectLinkingLayer.h - RTDyld-based jit linking --*- C++ -*-===//
10 // Contains the definition for an RTDyld-based, in-process object linking layer.
134 RuntimeDyld RTDyld(*MemMgr, *PFC->Resolver);
135 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
136 PFC->RTDyld = &RTDyld;
139 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Objects),
141 this->updateSymbolTable(RTDyld);
162 assert(PFC->RTDyld && "mapSectionAddress called on raw LinkedObjectSet");
163 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 1 //===-- RTDyldObjectLinkingLayer.h - RTDyld-based jit linking --*- C++ -*-===//
10 // Contains the definition for an RTDyld-based, in-process object linking layer.
134 RuntimeDyld RTDyld(*MemMgr, *PFC->Resolver);
135 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
136 PFC->RTDyld = &RTDyld;
139 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Objects),
141 this->updateSymbolTable(RTDyld);
162 assert(PFC->RTDyld && "mapSectionAddress called on raw LinkedObjectSet");
163 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 1 //===- RTDyldObjectLinkingLayer.h - RTDyld-based jit linking ---*- C++ -*-===//
10 // Contains the definition for an RTDyld-based, in-process object linking layer.
139 RuntimeDyld RTDyld(*MemMgr, *PFC->Resolver);
140 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
141 PFC->RTDyld = &RTDyld;
144 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Obj),
146 this->updateSymbolTable(RTDyld);
167 assert(PFC->RTDyld && "mapSectionAddress called on raw LinkedObject");
168 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 1 //===- RTDyldObjectLinkingLayer.h - RTDyld-based jit linking ---*- C++ -*-===//
10 // Contains the definition for an RTDyld-based, in-process object linking layer.
139 RuntimeDyld RTDyld(*MemMgr, *PFC->Resolver);
140 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
141 PFC->RTDyld = &RTDyld;
144 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Obj),
146 this->updateSymbolTable(RTDyld);
167 assert(PFC->RTDyld && "mapSectionAddress called on raw LinkedObject");
168 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 1 //===- RTDyldObjectLinkingLayer.h - RTDyld-based jit linking ---*- C++ -*-===//
10 // Contains the definition for an RTDyld-based, in-process object linking layer.
139 RuntimeDyld RTDyld(*MemMgr, *PFC->Resolver);
140 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
141 PFC->RTDyld = &RTDyld;
144 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Obj),
146 this->updateSymbolTable(RTDyld);
167 assert(PFC->RTDyld && "mapSectionAddress called on raw LinkedObject");
168 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 1 //===- RTDyldObjectLinkingLayer.h - RTDyld-based jit linking ---*- C++ -*-===//
10 // Contains the definition for an RTDyld-based, in-process object linking layer.
139 RuntimeDyld RTDyld(*MemMgr, *PFC->Resolver);
140 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
141 PFC->RTDyld = &RTDyld;
144 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Obj),
146 this->updateSymbolTable(RTDyld);
167 assert(PFC->RTDyld && "mapSectionAddress called on raw LinkedObject");
168 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/
RuntimeDyld.h 75 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap)
76 : RTDyld(RTDyld), ObjSecToIDMap(std::move(ObjSecToIDMap)) {}
87 RuntimeDyldImpl &RTDyld;
164 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
RuntimeDyld.h 75 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap)
76 : RTDyld(RTDyld), ObjSecToIDMap(std::move(ObjSecToIDMap)) {}
87 RuntimeDyldImpl &RTDyld;
164 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
RuntimeDyld.h 75 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap)
76 : RTDyld(RTDyld), ObjSecToIDMap(std::move(ObjSecToIDMap)) {}
87 RuntimeDyldImpl &RTDyld;
164 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
RuntimeDyld.h 75 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap)
76 : RTDyld(RTDyld), ObjSecToIDMap(std::move(ObjSecToIDMap)) {}
87 RuntimeDyldImpl &RTDyld;
164 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
RuntimeDyld.h 75 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap)
76 : RTDyld(RTDyld), ObjSecToIDMap(std::move(ObjSecToIDMap)) {}
87 RuntimeDyldImpl &RTDyld;
164 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
RuntimeDyld.h 75 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap)
76 : RTDyld(RTDyld), ObjSecToIDMap(std::move(ObjSecToIDMap)) {}
87 RuntimeDyldImpl &RTDyld;
164 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld,

Completed in 228 milliseconds

1 2 3