Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h220 GenericHandles[H]->removeModule(); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
221 GenericHandles[H] = nullptr; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
233 return GenericHandles[H]->findSymbolIn(Name, ExportedSymbolsOnly); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
246 GenericHandles[NewHandle] = createGenericHandle(Layer, std::move(Handle)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
249 NewHandle = GenericHandles.size(); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
250 GenericHandles.push_back(createGenericHandle(Layer, std::move(Handle))); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
277 std::vector<std::unique_ptr<GenericHandle>> GenericHandles; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local