Searched defs:GetAddrOfConstantCString (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp2537 return GetAddrOfConstantCString(Str);
2564 /// see GetAddrOfConstantCString. Note that whether the result is
2597 /// GetAddrOfConstantCString - Returns a pointer to a character
2600 llvm::Constant *CodeGenModule::GetAddrOfConstantCString(const std::string &Str, function in class:CodeGenModule

Completed in 100 milliseconds