Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7263 int RefListStartIndex = 4; in parseEntireSummary() local
7267 RefListStartIndex = 5; in parseEntireSummary()
7270 RefListStartIndex = 6; in parseEntireSummary()
7273 RefListStartIndex = 7; in parseEntireSummary()
7284 int CallGraphEdgeStartIndex = RefListStartIndex + NumRefs; in parseEntireSummary()
7285 assert(Record.size() >= RefListStartIndex + NumRefs && in parseEntireSummary()
7288 ArrayRef<uint64_t>(Record).slice(RefListStartIndex, NumRefs)); in parseEntireSummary()
7380 unsigned RefListStartIndex = 4; in parseEntireSummary() local
7381 unsigned VTableListStartIndex = RefListStartIndex + NumRefs; in parseEntireSummary()
7384 ArrayRef<uint64_t>(Record).slice(RefListStartIndex, NumRefs)); in parseEntireSummary()
[all …]