Home
last modified time | relevance | path

Searched refs:StringLocationExp (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DDebugInfoTest.cpp269 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 Ddistringtype-backward.ll3 ;; the StringLocationExp field can be disassembled.
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContextImpl.h446 Metadata *StringLocationExp;
452 Metadata *StringLengthExp, Metadata *StringLocationExp,
455 StringLengthExp(StringLengthExp), StringLocationExp(StringLocationExp),
461 StringLocationExp(N->getRawStringLocationExp()),
H A DDebugInfoMetadata.cpp589 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 DDebugInfoMetadata.h878 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 DMetadataLoader.cpp1431 Metadata *StringLocationExp = SizeIs8 ? nullptr : getMDOrNull(Record[5]); in parseOneMetadata() local
1437 StringLocationExp, Record[Offset], Record[Offset + 1], in parseOneMetadata()