Home
last modified time | relevance | path

Searched refs:GenericHandles (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h229 GenericHandles[H]->removeModule(); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
230 GenericHandles[H] = nullptr; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
242 return GenericHandles[H]->findSymbolIn(Name, ExportedSymbolsOnly); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
254 GenericHandles[NewHandle] = createGenericHandle(Layer, std::move(Handle)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
257 NewHandle = GenericHandles.size(); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
258 GenericHandles.push_back(createGenericHandle(Layer, std::move(Handle))); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
273 std::vector<std::unique_ptr<GenericHandle>> GenericHandles; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local