Searched refs:StringLocationExp (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 570 Metadata *StringLocationExp; 576 Metadata *StringLengthExp, Metadata *StringLocationExp, 579 StringLengthExp(StringLengthExp), StringLocationExp(StringLocationExp), 585 StringLocationExp(N->getRawStringLocationExp()), 593 StringLocationExp == RHS->getRawStringLocationExp() &&
|
| H A D | DebugInfoMetadata.cpp | 956 Metadata *StringLocationExp, in getImpl() argument 963 StringLocationExp, SizeInBits, AlignInBits, Encoding)); in getImpl() 966 StringLengthExp, StringLocationExp}; in getImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1163 Metadata *StringLengthExp, Metadata *StringLocationExp, 1167 StringLocationExp, SizeInBits, AlignInBits, Encoding)) 1170 Metadata *StringLengthExp, Metadata *StringLocationExp, 1174 StringLocationExp, SizeInBits, AlignInBits, Encoding)) 1177 Metadata *StringLengthExp, Metadata *StringLocationExp, 1181 StringLocationExp, SizeInBits, AlignInBits, Encoding))
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 1603 Metadata *StringLocationExp = SizeIs8 ? nullptr : getMDOrNull(Record[5]); in parseOneMetadata() local 1612 StringLocationExp, SizeInBits, Record[Offset + 1], in parseOneMetadata()
|