Searched refs:StringLocationExp (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 495 Metadata *StringLocationExp; 501 Metadata *StringLengthExp, Metadata *StringLocationExp, 504 StringLengthExp(StringLengthExp), StringLocationExp(StringLocationExp), 510 StringLocationExp(N->getRawStringLocationExp()),
|
| H A D | DebugInfoMetadata.cpp | 621 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 D | DebugInfoMetadata.h | 917 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 D | MetadataLoader.cpp | 1444 Metadata *StringLocationExp = SizeIs8 ? nullptr : getMDOrNull(Record[5]); in parseOneMetadata() local 1450 StringLocationExp, Record[Offset], Record[Offset + 1], in parseOneMetadata()
|