Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h244 DIExpression *StrLocationExp = nullptr);
253 DIExpression *StrLocationExp = nullptr);
H A DDebugInfoMetadata.h899 Metadata *StrLenExp, Metadata *StrLocationExp,
904 StringLength, StrLenExp, StrLocationExp, SizeInBits,
909 Metadata *StrLenExp, Metadata *StrLocationExp,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp283 DIExpression *StrLocationExp) { in createStringType() argument
286 StringLength, nullptr, StrLocationExp, 0, 0, 0); in createStringType()
291 DIExpression *StrLocationExp) { in createStringType() argument
294 StringLengthExp, StrLocationExp, 0, 0, 0); in createStringType()