Searched refs:getOrCreateCIRFunction (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenBuiltin.cpp | 251 return getOrCreateCIRFunction(name, type, d, /*forVTable=*/false); in getBuiltinLibFunction()
|
| H A D | CIRGenModule.h | 312 getOrCreateCIRFunction(llvm::StringRef mangledName, mlir::Type funcType,
|
| H A D | CIRGenModule.cpp | 1322 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
|