Searched refs:StringLocationExp (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 496 Metadata *StringLocationExp; 502 Metadata *StringLengthExp, Metadata *StringLocationExp, 505 StringLengthExp(StringLengthExp), StringLocationExp(StringLocationExp), 511 StringLocationExp(N->getRawStringLocationExp()), 519 StringLocationExp == RHS->getRawStringLocationExp() &&
|
H A D | DebugInfoMetadata.cpp | 692 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 D | DebugInfoMetadata.h | 929 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 D | MetadataLoader.cpp | 1554 Metadata *StringLocationExp = SizeIs8 ? nullptr : getMDOrNull(Record[5]); in parseOneMetadata() local 1560 StringLocationExp, Record[Offset], Record[Offset + 1], in parseOneMetadata()
|