OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GenerateConstantString
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCRuntime.h
150
virtual ConstantAddress
GenerateConstantString
(const StringLiteral *) = 0;
CGExprConstant.cpp
1955
auto C = CGM.getObjCRuntime().
GenerateConstantString
(S);
1995
return CGM.getObjCRuntime().
GenerateConstantString
(literal);
CGObjCGNU.cpp
568
ConstantAddress
GenerateConstantString
(const StringLiteral *) override;
971
ConstantAddress
GenerateConstantString
(const StringLiteral *SL) override {
2468
ConstantAddress CGObjCGNU::
GenerateConstantString
(const StringLiteral *SL) {
CGObjC.cpp
51
CGM.getObjCRuntime().
GenerateConstantString
(E->getString()).getPointer();
CGObjCMac.cpp
1090
ConstantAddress
GenerateConstantString
(const StringLiteral *SL) override;
1960
CGObjCCommonMac::
GenerateConstantString
(const StringLiteral *SL) {
Completed in 29 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026