Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.h495 Metadata *StringLocationExp;
501 Metadata *StringLengthExp, Metadata *StringLocationExp,
504 StringLengthExp(StringLengthExp), StringLocationExp(StringLocationExp),
510 StringLocationExp(N->getRawStringLocationExp()),
H A DDebugInfoMetadata.cpp621 Metadata *StringLocationExp, in getImpl() argument
628 StringLocationExp, SizeInBits, AlignInBits, Encoding)); in getImpl()
630 StringLength, StringLengthExp, StringLocationExp}; in getImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h917 Metadata *StringLengthExp, Metadata *StringLocationExp,
921 StringLocationExp, SizeInBits, AlignInBits, Encoding))
924 Metadata *StringLengthExp, Metadata *StringLocationExp,
928 StringLocationExp, SizeInBits, AlignInBits, Encoding))
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1444 Metadata *StringLocationExp = SizeIs8 ? nullptr : getMDOrNull(Record[5]); in parseOneMetadata() local
1450 StringLocationExp, Record[Offset], Record[Offset + 1], in parseOneMetadata()