Searched refs:StringLengthExp (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 434 Metadata *StringLengthExp; 440 Metadata *StringLengthExp, uint64_t SizeInBits, 443 StringLengthExp(StringLengthExp), SizeInBits(SizeInBits), 448 StringLengthExp(N->getRawStringLengthExp()),
|
H A D | DebugInfoMetadata.cpp | 568 Metadata *StringLengthExp, in getImpl() argument 573 DEFINE_GETIMPL_LOOKUP(DIStringType, (Tag, Name, StringLength, StringLengthExp, in getImpl() 575 Metadata *Ops[] = {nullptr, nullptr, Name, StringLength, StringLengthExp}; in getImpl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 879 Metadata *StringLengthExp, uint64_t SizeInBits, 881 (Tag, Name, StringLength, StringLengthExp, SizeInBits, 885 Metadata *StringLengthExp, uint64_t SizeInBits, 887 (Tag, Name, StringLength, StringLengthExp, SizeInBits,
|