Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp698 return emitStringLiteralLValue(cast<StringLiteral>(e)); in emitLValue()
H A DCIRGenFunction.h1061 LValue emitStringLiteralLValue(const StringLiteral *e);
H A DCIRGenExpr.cpp868 LValue CIRGenFunction::emitStringLiteralLValue(const StringLiteral *e) { in emitStringLiteralLValue() function in CIRGenFunction