Searched refs:GenerateConstantString (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h146 virtual ConstantAddress GenerateConstantString(const StringLiteral *) = 0;
H A DCGExprConstant.cpp1945 auto C = CGM.getObjCRuntime().GenerateConstantString(S);
1985 return CGM.getObjCRuntime().GenerateConstantString(literal);
H A DCGObjCGNU.cpp578 ConstantAddress GenerateConstantString(const StringLiteral *) override;
979 ConstantAddress GenerateConstantString(const StringLiteral *SL) override {
2467 ConstantAddress CGObjCGNU::GenerateConstantString(const StringLiteral *SL) { function in class:CGObjCGNU
H A DCGObjC.cpp49 CGM.getObjCRuntime().GenerateConstantString(E->getString()).getPointer();
H A DCGObjCMac.cpp1095 ConstantAddress GenerateConstantString(const StringLiteral *SL) override;
1946 CGObjCCommonMac::GenerateConstantString(const StringLiteral *SL) { function in class:CGObjCCommonMac

Completed in 140 milliseconds