Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DDebugInfoTest.cpp279 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 DLLVMContextImpl.h445 Metadata *StringLengthExp;
452 Metadata *StringLengthExp, Metadata *StringLocationExp,
455 StringLengthExp(StringLengthExp), StringLocationExp(StringLocationExp),
460 StringLengthExp(N->getRawStringLengthExp()),
H A DDebugInfoMetadata.cpp588 Metadata *StringLengthExp, in getImpl() argument
595 (Tag, Name, StringLength, StringLengthExp, in getImpl()
598 StringLength, StringLengthExp, StringLocationExp}; in getImpl()
H A DDIBuilder.cpp304 DIExpression *StringLengthExp, in createStringType() argument
308 StringLengthExp, StrLocationExp, 0, 0, 0); in createStringType()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDIBuilder.h238 DIExpression *StringLengthExp,
H A DDebugInfoMetadata.h878 Metadata *StringLengthExp, Metadata *StringLocationExp,
881 (Tag, Name, StringLength, StringLengthExp,
885 Metadata *StringLengthExp, Metadata *StringLocationExp,
888 (Tag, Name, StringLength, StringLengthExp,