Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h172 mlir::Attribute getConstantArrayFromStringLiteral(const StringLiteral *e);
H A DCIRGenExprConstant.cpp258 return cgm.getConstantArrayFromStringLiteral(e); in VisitStringLiteral()
H A DCIRGenModule.cpp823 CIRGenModule::getConstantArrayFromStringLiteral(const StringLiteral *e) { in getConstantArrayFromStringLiteral() function in CIRGenModule
1180 mlir::Attribute c = getConstantArrayFromStringLiteral(s); in getGlobalForStringLiteral()