Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuiltin.cpp251 return getOrCreateCIRFunction(name, type, d, /*forVTable=*/false); in getBuiltinLibFunction()
H A DCIRGenModule.h312 getOrCreateCIRFunction(llvm::StringRef mangledName, mlir::Type funcType,
H A DCIRGenModule.cpp1322 auto fn = getOrCreateCIRFunction(getMangledName(gd), fnType, gd, in getAddrAndTypeOfCXXStructor()
1354 getOrCreateCIRFunction(mangledName, funcType, gd, forVTable, dontDefer, in getAddrOfFunction()
1667 cir::FuncOp CIRGenModule::getOrCreateCIRFunction( in getOrCreateCIRFunction() function in CIRGenModule