Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h176 cir::GlobalOp getGlobalForStringLiteral(const StringLiteral *s,
H A DCIRGenModule.cpp1175 cir::GlobalOp CIRGenModule::getGlobalForStringLiteral(const StringLiteral *s, in getGlobalForStringLiteral() function in CIRGenModule
H A DCIRGenExpr.cpp869 cir::GlobalOp globalOp = cgm.getGlobalForStringLiteral(e); in emitStringLiteralLValue()