Home
last modified time | relevance | path

Searched defs:getInterface (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSectCreate.cpp44 MaterializationUnit::Interface SectCreateMaterializationUnit::getInterface( getInterface() function in llvm::orc::SectCreateMaterializationUnit
/llvm-project/mlir/lib/TableGen/
H A DTrait.cpp90 Interface InterfaceTrait::getInterface() const { return Interface(def); } in getInterface() function in InterfaceTrait
/llvm-project/mlir/include/mlir/IR/
H A DTypeSupport.h79 typename T::Concept *getInterface() const { in getInterface() function
H A DAttributeSupport.h78 typename T::Concept *getInterface() const { in getInterface() function
H A DOperationSupport.h346 typename T::Concept *getInterface() const { getInterface() function
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h105 MaterializationUnit::Interface getInterface(FunctionAST &F) { in getInterface() function