Searched refs:StringLocationExp (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 494 Metadata *StringLocationExp; 500 Metadata *StringLengthExp, Metadata *StringLocationExp, 503 StringLengthExp(StringLengthExp), StringLocationExp(StringLocationExp), 509 StringLocationExp(N->getRawStringLocationExp()), 517 StringLocationExp == RHS->getRawStringLocationExp() &&
|
| H A D | DebugInfoMetadata.cpp | 688 Metadata *StringLocationExp, in getImpl() argument 695 StringLocationExp, SizeInBits, AlignInBits, Encoding)); in getImpl() 697 StringLength, StringLengthExp, StringLocationExp}; in getImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 928 Metadata *StringLengthExp, Metadata *StringLocationExp, 932 StringLocationExp, SizeInBits, AlignInBits, Encoding)) 935 Metadata *StringLengthExp, Metadata *StringLocationExp, 939 StringLocationExp, SizeInBits, AlignInBits, Encoding))
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 1546 Metadata *StringLocationExp = SizeIs8 ? nullptr : getMDOrNull(Record[5]); in parseOneMetadata() local 1552 StringLocationExp, Record[Offset], Record[Offset + 1], in parseOneMetadata()
|