Searched refs:StringLocationExp (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | DebugInfoTest.cpp | 269 DIExpression *StringLocationExp = getDIExpression(1); in TEST() local 271 DIB.createStringType(StrName, StringLen, StringLocationExp); in TEST() 276 EXPECT_EQ(StringType->getStringLocationExp(), StringLocationExp); in TEST() 281 DIB.createStringType(StrNameExp, StringLengthExp, StringLocationExp); in TEST() 285 EXPECT_EQ(StringTypeExp->getStringLocationExp(), StringLocationExp); in TEST()
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | distringtype-backward.ll | 3 ;; the StringLocationExp field can be disassembled.
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 446 Metadata *StringLocationExp; 452 Metadata *StringLengthExp, Metadata *StringLocationExp, 455 StringLengthExp(StringLengthExp), StringLocationExp(StringLocationExp), 461 StringLocationExp(N->getRawStringLocationExp()),
|
| H A D | DebugInfoMetadata.cpp | 589 Metadata *StringLocationExp, in getImpl() argument 596 StringLocationExp, SizeInBits, AlignInBits, Encoding)); in getImpl() 598 StringLength, StringLengthExp, StringLocationExp}; in getImpl()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 878 Metadata *StringLengthExp, Metadata *StringLocationExp, 882 StringLocationExp, SizeInBits, AlignInBits, Encoding)) 885 Metadata *StringLengthExp, Metadata *StringLocationExp, 889 StringLocationExp, SizeInBits, AlignInBits, Encoding))
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 1431 Metadata *StringLocationExp = SizeIs8 ? nullptr : getMDOrNull(Record[5]); in parseOneMetadata() local 1437 StringLocationExp, Record[Offset], Record[Offset + 1], in parseOneMetadata()
|