Searched refs:StringLengthExp (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | DebugInfoTest.cpp | 279 DIExpression *StringLengthExp = getDIExpression(2); in TEST() local 281 DIB.createStringType(StrNameExp, StringLengthExp, StringLocationExp); in TEST() 286 EXPECT_EQ(StringTypeExp->getStringLengthExp(), StringLengthExp); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 445 Metadata *StringLengthExp; 452 Metadata *StringLengthExp, Metadata *StringLocationExp, 455 StringLengthExp(StringLengthExp), StringLocationExp(StringLocationExp), 460 StringLengthExp(N->getRawStringLengthExp()),
|
| H A D | DebugInfoMetadata.cpp | 588 Metadata *StringLengthExp, in getImpl() argument 595 (Tag, Name, StringLength, StringLengthExp, in getImpl() 598 StringLength, StringLengthExp, StringLocationExp}; in getImpl()
|
| H A D | DIBuilder.cpp | 304 DIExpression *StringLengthExp, in createStringType() argument 308 StringLengthExp, StrLocationExp, 0, 0, 0); in createStringType()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 238 DIExpression *StringLengthExp,
|
| H A D | DebugInfoMetadata.h | 878 Metadata *StringLengthExp, Metadata *StringLocationExp, 881 (Tag, Name, StringLength, StringLengthExp, 885 Metadata *StringLengthExp, Metadata *StringLocationExp, 888 (Tag, Name, StringLength, StringLengthExp,
|