Home
last modified time | relevance | path

Searched refs:StrLocationExp (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDIBuilder.h230 DIExpression *StrLocationExp = nullptr);
239 DIExpression *StrLocationExp = nullptr);
H A DDebugInfoMetadata.h848 Metadata *StrLenExp, Metadata *StrLocationExp,
853 StringLength, StrLenExp, StrLocationExp, SizeInBits,
858 Metadata *StrLenExp, Metadata *StrLocationExp,
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp297 DIExpression *StrLocationExp) { in createStringType() argument
300 StringLength, nullptr, StrLocationExp, 0, 0, 0); in createStringType()
305 DIExpression *StrLocationExp) { in createStringType() argument
308 StringLengthExp, StrLocationExp, 0, 0, 0); in createStringType()