Home
last modified time | relevance | path

Searched defs:InputObject (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h76 MemoryBufferRef InputObject) {} in notifyMaterializing()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp229 for (auto InputObject : InputObjects) { in main() local