Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6189 static int RefListStartIndex = 4; in parseEntireSummary() local
6190 int CallGraphEdgeStartIndex = RefListStartIndex + NumRefs; in parseEntireSummary()
6191 assert(Record.size() >= RefListStartIndex + NumRefs && in parseEntireSummary()
6277 static int RefListStartIndex = 5; in parseEntireSummary() local
6278 int CallGraphEdgeStartIndex = RefListStartIndex + NumRefs; in parseEntireSummary()
6279 assert(Record.size() >= RefListStartIndex + NumRefs && in parseEntireSummary()
6281 for (unsigned I = RefListStartIndex, E = CallGraphEdgeStartIndex; I != E; in parseEntireSummary()