Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h182 mlir::Value createGetGlobal(mlir::Location loc, cir::GlobalOp global) { in createGetGlobal() function
188 mlir::Value createGetGlobal(cir::GlobalOp global) { in createGetGlobal() function
189 return createGetGlobal(global.getLoc(), global); in createGetGlobal()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp412 mlir::Value addr = builder.createGetGlobal(globalOp); in emitStaticVarDecl()
H A DCIRGenExpr.cpp873 builder.createGetGlobal(getLoc(e->getSourceRange()), globalOp); in emitStringLiteralLValue()