Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp186 static cl::list<std::string> InputObjects(cl::Positional, variable
220 if (!InputObjects.empty()) { in main()
229 for (auto InputObject : InputObjects) { in main()