HomeSort by relevance Sort by last modified time
    Searched defs:ModuleSetHandleT (Results 26 - 49 of 49) sorted by null

12

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 41 typedef ObjSetHandleT ModuleSetHandleT;
58 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
81 ModuleSetHandleT H =
89 void removeModuleSet(ModuleSetHandleT H) { BaseLayer.removeObjectSet(H); }
107 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
115 void emitAndFinalize(ModuleSetHandleT H) {
LazyEmittingLayer.h 43 typedef typename BaseLayerT::ModuleSetHandleT BaseLayerHandleT;
226 typedef typename ModuleSetListT::iterator ModuleSetHandleT;
234 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
247 void removeModuleSet(ModuleSetHandleT H) {
274 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
282 void emitAndFinalize(ModuleSetHandleT H) {
CompileOnDemandLayer.h 80 typedef typename BaseLayerT::ModuleSetHandleT BaseLayerModuleSetHandleT;
135 typedef std::function<typename BaseLayerT::ModuleSetHandleT(
188 typedef typename LogicalDylibList::iterator ModuleSetHandleT;
210 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
241 void removeModuleSet(ModuleSetHandleT H) {
262 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 41 typedef ObjSetHandleT ModuleSetHandleT;
58 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
81 ModuleSetHandleT H =
89 void removeModuleSet(ModuleSetHandleT H) { BaseLayer.removeObjectSet(H); }
107 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
115 void emitAndFinalize(ModuleSetHandleT H) {
LazyEmittingLayer.h 43 typedef typename BaseLayerT::ModuleSetHandleT BaseLayerHandleT;
226 typedef typename ModuleSetListT::iterator ModuleSetHandleT;
234 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
247 void removeModuleSet(ModuleSetHandleT H) {
274 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
282 void emitAndFinalize(ModuleSetHandleT H) {
CompileOnDemandLayer.h 80 typedef typename BaseLayerT::ModuleSetHandleT BaseLayerModuleSetHandleT;
135 typedef std::function<typename BaseLayerT::ModuleSetHandleT(
188 typedef typename LogicalDylibList::iterator ModuleSetHandleT;
210 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
241 void removeModuleSet(ModuleSetHandleT H) {
262 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 41 typedef ObjSetHandleT ModuleSetHandleT;
58 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
81 ModuleSetHandleT H =
89 void removeModuleSet(ModuleSetHandleT H) { BaseLayer.removeObjectSet(H); }
107 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
115 void emitAndFinalize(ModuleSetHandleT H) {
LazyEmittingLayer.h 43 typedef typename BaseLayerT::ModuleSetHandleT BaseLayerHandleT;
226 typedef typename ModuleSetListT::iterator ModuleSetHandleT;
234 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
247 void removeModuleSet(ModuleSetHandleT H) {
274 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
282 void emitAndFinalize(ModuleSetHandleT H) {
CompileOnDemandLayer.h 80 typedef typename BaseLayerT::ModuleSetHandleT BaseLayerModuleSetHandleT;
135 typedef std::function<typename BaseLayerT::ModuleSetHandleT(
188 typedef typename LogicalDylibList::iterator ModuleSetHandleT;
210 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
241 void removeModuleSet(ModuleSetHandleT H) {
262 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 41 typedef ObjSetHandleT ModuleSetHandleT;
58 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
81 ModuleSetHandleT H =
89 void removeModuleSet(ModuleSetHandleT H) { BaseLayer.removeObjectSet(H); }
107 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
115 void emitAndFinalize(ModuleSetHandleT H) {
LazyEmittingLayer.h 43 typedef typename BaseLayerT::ModuleSetHandleT BaseLayerHandleT;
226 typedef typename ModuleSetListT::iterator ModuleSetHandleT;
234 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
247 void removeModuleSet(ModuleSetHandleT H) {
274 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
282 void emitAndFinalize(ModuleSetHandleT H) {
CompileOnDemandLayer.h 80 typedef typename BaseLayerT::ModuleSetHandleT BaseLayerModuleSetHandleT;
135 typedef std::function<typename BaseLayerT::ModuleSetHandleT(
188 typedef typename LogicalDylibList::iterator ModuleSetHandleT;
210 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
241 void removeModuleSet(ModuleSetHandleT H) {
262 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
  /external/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 37 typedef typename BaseLayerT::ModuleSetHandleT BaseLayerHandleT;
221 typedef typename ModuleSetListT::iterator ModuleSetHandleT;
229 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
242 void removeModuleSet(ModuleSetHandleT H) {
269 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
277 void emitAndFinalize(ModuleSetHandleT H) {
CompileOnDemandLayer.h 61 typedef typename BaseLayerT::ModuleSetHandleT BaseLayerModuleSetHandleT;
126 typedef std::function<typename BaseLayerT::ModuleSetHandleT(
162 typedef typename LogicalDylibList::iterator ModuleSetHandleT;
184 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
216 void removeModuleSet(ModuleSetHandleT H) {
234 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
  /external/llvm/unittests/ExecutionEngine/Orc/
OrcTestCommon.h 106 typedef HandleT ModuleSetHandleT;
118 ModuleSetHandleT addModuleSet(ModuleSetT Ms, MemoryManagerPtrT MemMgr,
123 void removeModuleSet(ModuleSetHandleT H) {
131 orc::JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
143 template <typename ModuleSetHandleT,
148 MockBaseLayer<ModuleSetHandleT, AddModuleSetFtor, RemoveModuleSetFtor,
154 return MockBaseLayer<ModuleSetHandleT, AddModuleSetFtor, RemoveModuleSetFtor,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 43 typedef typename BaseLayerT::ModuleSetHandleT BaseLayerHandleT;
226 typedef typename ModuleSetListT::iterator ModuleSetHandleT;
234 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
247 void removeModuleSet(ModuleSetHandleT H) {
274 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
282 void emitAndFinalize(ModuleSetHandleT H) {
CompileOnDemandLayer.h 80 typedef typename BaseLayerT::ModuleSetHandleT BaseLayerModuleSetHandleT;
135 typedef std::function<typename BaseLayerT::ModuleSetHandleT(
188 typedef typename LogicalDylibList::iterator ModuleSetHandleT;
210 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
241 void removeModuleSet(ModuleSetHandleT H) {
262 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 43 typedef typename BaseLayerT::ModuleSetHandleT BaseLayerHandleT;
226 typedef typename ModuleSetListT::iterator ModuleSetHandleT;
234 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
247 void removeModuleSet(ModuleSetHandleT H) {
274 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
282 void emitAndFinalize(ModuleSetHandleT H) {
CompileOnDemandLayer.h 80 typedef typename BaseLayerT::ModuleSetHandleT BaseLayerModuleSetHandleT;
135 typedef std::function<typename BaseLayerT::ModuleSetHandleT(
188 typedef typename LogicalDylibList::iterator ModuleSetHandleT;
210 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
241 void removeModuleSet(ModuleSetHandleT H) {
262 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 43 typedef typename BaseLayerT::ModuleSetHandleT BaseLayerHandleT;
226 typedef typename ModuleSetListT::iterator ModuleSetHandleT;
234 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
247 void removeModuleSet(ModuleSetHandleT H) {
274 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
282 void emitAndFinalize(ModuleSetHandleT H) {
CompileOnDemandLayer.h 80 typedef typename BaseLayerT::ModuleSetHandleT BaseLayerModuleSetHandleT;
135 typedef std::function<typename BaseLayerT::ModuleSetHandleT(
188 typedef typename LogicalDylibList::iterator ModuleSetHandleT;
210 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
241 void removeModuleSet(ModuleSetHandleT H) {
262 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 43 typedef typename BaseLayerT::ModuleSetHandleT BaseLayerHandleT;
226 typedef typename ModuleSetListT::iterator ModuleSetHandleT;
234 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
247 void removeModuleSet(ModuleSetHandleT H) {
274 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
282 void emitAndFinalize(ModuleSetHandleT H) {
CompileOnDemandLayer.h 80 typedef typename BaseLayerT::ModuleSetHandleT BaseLayerModuleSetHandleT;
135 typedef std::function<typename BaseLayerT::ModuleSetHandleT(
188 typedef typename LogicalDylibList::iterator ModuleSetHandleT;
210 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
241 void removeModuleSet(ModuleSetHandleT H) {
262 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
  /external/llvm/lib/ExecutionEngine/Orc/
OrcCBindingsStack.h 54 GenericHandleImpl(LayerT &Layer, typename LayerT::ModuleSetHandleT Handle)
66 typename LayerT::ModuleSetHandleT Handle;
71 createGenericHandle(LayerT &Layer, typename LayerT::ModuleSetHandleT Handle) {
77 // We need a 'ModuleSetHandleT' to conform to the layer concept.
78 typedef unsigned ModuleSetHandleT;
241 typename LayerT::ModuleSetHandleT Handle) {

Completed in 1502 milliseconds

12