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

  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 49 CGM.GetAddrOfConstantCString(";unknown;unknown;0;0;;");
CGExprConstant.cpp 913 return CGM.GetAddrOfConstantCString("top level", ".tmp");
916 return CGM.GetAddrOfConstantCString("", ".tmp");
    [all...]
CodeGenModule.h 773 llvm::Constant *GetAddrOfConstantCString(const std::string &str,
    [all...]
CGObjCGNU.cpp 174 llvm::Constant *ConstStr = CGM.GetAddrOfConstantCString(Str, Name.c_str());
241 CGM.GetAddrOfConstantCString(NameAndAttributes), Zeros);
    [all...]
CodeGenModule.cpp     [all...]
CGExpr.cpp     [all...]
CGBlocks.cpp 108 CGM.GetAddrOfConstantCString(typeAtEncoding), i8p));
    [all...]

Completed in 213 milliseconds