Searched defs:StringLength (Results 1 – 8 of 8) sorted by relevance
/llvm-project/flang/runtime/ |
H A D | command.cpp | 48 static std::int64_t StringLength(const char *string) { in StringLength() function
|
/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 1481 unsigned StringLength; global() member
|
/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 282 DIVariable *StringLength, in createStringType() argument
|
H A D | DebugInfoMetadata.cpp | 690 getImpl(LLVMContext & Context,unsigned Tag,MDString * Name,Metadata * StringLength,Metadata * StringLengthExp,Metadata * StringLocationExp,uint64_t SizeInBits,uint32_t AlignInBits,unsigned Encoding,StorageType Storage,bool ShouldCreate) getImpl() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 6149 GetConstantCFStringEntry(llvm::StringMap<llvm::GlobalVariable * > & Map,const StringLiteral * Literal,bool TargetIsLSB,bool & IsUTF16,unsigned & StringLength) GetConstantCFStringEntry() argument 6182 unsigned StringLength = 0; GetAddrOfConstantCFString() local
|
H A D | CGObjCMac.cpp | 1952 GetConstantStringEntry(llvm::StringMap<llvm::GlobalVariable * > & Map,const StringLiteral * Literal,unsigned & StringLength) GetConstantStringEntry() argument 1988 unsigned StringLength = 0; GenerateConstantNSString() local
|
H A D | CGObjCGNU.cpp | 1071 uint32_t StringLength = ToPtr - &ToBuf[0]; GenerateConstantString() local
|
/llvm-project/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 4176 unsigned StringLength = mangleStringLiteral() local
|