Searched refs:RefListStartIndex (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5997 int RefListStartIndex = 4; local
6001 RefListStartIndex = 5;
6004 RefListStartIndex = 6;
6007 RefListStartIndex = 7;
6018 int CallGraphEdgeStartIndex = RefListStartIndex + NumRefs;
6019 assert(Record.size() >= RefListStartIndex + NumRefs &&
6022 ArrayRef<uint64_t>(Record).slice(RefListStartIndex, NumRefs));
6102 unsigned RefListStartIndex = 4; local
6103 unsigned VTableListStartIndex = RefListStartIndex + NumRefs;
6106 ArrayRef<uint64_t>(Record).slice(RefListStartIndex, NumRef
6136 int RefListStartIndex = 5; local
[all...]

Completed in 70 milliseconds