Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5890 int RefListStartIndex = 4; in parseEntireSummary() local
5894 RefListStartIndex = 5; in parseEntireSummary()
5897 RefListStartIndex = 6; in parseEntireSummary()
5900 RefListStartIndex = 7; in parseEntireSummary()
5911 int CallGraphEdgeStartIndex = RefListStartIndex + NumRefs; in parseEntireSummary()
5912 assert(Record.size() >= RefListStartIndex + NumRefs && in parseEntireSummary()
5915 ArrayRef<uint64_t>(Record).slice(RefListStartIndex, NumRefs)); in parseEntireSummary()
5992 unsigned RefListStartIndex = 4; in parseEntireSummary() local
5993 unsigned VTableListStartIndex = RefListStartIndex + NumRefs; in parseEntireSummary()
5996 ArrayRef<uint64_t>(Record).slice(RefListStartIndex, NumRefs)); in parseEntireSummary()
[all …]
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6102 int RefListStartIndex = 4; in parseEntireSummary() local
6106 RefListStartIndex = 5; in parseEntireSummary()
6109 RefListStartIndex = 6; in parseEntireSummary()
6112 RefListStartIndex = 7; in parseEntireSummary()
6123 int CallGraphEdgeStartIndex = RefListStartIndex + NumRefs; in parseEntireSummary()
6124 assert(Record.size() >= RefListStartIndex + NumRefs && in parseEntireSummary()
6127 ArrayRef<uint64_t>(Record).slice(RefListStartIndex, NumRefs)); in parseEntireSummary()
6207 unsigned RefListStartIndex = 4; in parseEntireSummary() local
6208 unsigned VTableListStartIndex = RefListStartIndex + NumRefs; in parseEntireSummary()
6211 ArrayRef<uint64_t>(Record).slice(RefListStartIndex, NumRefs)); in parseEntireSummary()
[all …]
/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()