HomeSort by relevance Sort by last modified time
    Searched refs:GetAddrOfConstantCString (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CodeGenModule.h 632 /// GetAddrOfConstantCString. Note that whether the result is actually a
643 /// GetAddrOfConstantCString - Returns a pointer to a character array
649 llvm::Constant *GetAddrOfConstantCString(const std::string &str,
    [all...]
CGExprConstant.cpp     [all...]
CodeGenModule.cpp     [all...]
CGObjCGNU.cpp 175 llvm::Constant *ConstStr = CGM.GetAddrOfConstantCString(Str, Name.c_str());
    [all...]
CGBlocks.cpp 92 CGM.GetAddrOfConstantCString(typeAtEncoding), i8p));
    [all...]
CGExpr.cpp     [all...]

Completed in 216 milliseconds