Home
last modified time | relevance | path

Searched defs:ObjectLayer (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h40 RTDyldObjectLinkingLayer ObjectLayer; variable
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h40 RTDyldObjectLinkingLayer ObjectLayer; variable
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h45 RTDyldObjectLinkingLayer ObjectLayer; variable
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h48 RTDyldObjectLinkingLayer ObjectLayer; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h41 class ObjectLayer; variable
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h135 RTDyldObjectLinkingLayer ObjectLayer; variable
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp166 ObjectLayer::ObjectLayer(ExecutionSession &ES) : ES(ES) {} in ObjectLayer() function in llvm::orc::ObjectLayer