Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h496 Metadata *StringLocationExp;
502 Metadata *StringLengthExp, Metadata *StringLocationExp,
505 StringLengthExp(StringLengthExp), StringLocationExp(StringLocationExp),
511 StringLocationExp(N->getRawStringLocationExp()),
519 StringLocationExp == RHS->getRawStringLocationExp() &&
H A DDebugInfoMetadata.cpp692 Metadata *StringLocationExp, in getImpl() argument
699 StringLocationExp, SizeInBits, AlignInBits, Encoding)); in getImpl()
701 StringLength, StringLengthExp, StringLocationExp}; in getImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h929 Metadata *StringLengthExp, Metadata *StringLocationExp,
933 StringLocationExp, SizeInBits, AlignInBits, Encoding))
936 Metadata *StringLengthExp, Metadata *StringLocationExp,
940 StringLocationExp, SizeInBits, AlignInBits, Encoding))
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1554 Metadata *StringLocationExp = SizeIs8 ? nullptr : getMDOrNull(Record[5]); in parseOneMetadata() local
1560 StringLocationExp, Record[Offset], Record[Offset + 1], in parseOneMetadata()