Searched refs:toIndex (Results 1 – 6 of 6) sorted by relevance
97 uint32_t toIndex; member101 CallGraphEntry(uint32_t fromIndex, uint32_t toIndex, uint64_t count) in CallGraphEntry()102 : fromIndex(fromIndex), toIndex(toIndex), count(count) {} in CallGraphEntry()
284 entry.toIndex < obj->symbols.size()); in extractCallGraphProfile()286 auto *toSym = dyn_cast_or_null<Defined>(obj->symbols[entry.toIndex]); in extractCallGraphProfile()
303 uint32_t fromIndex, toIndex; in parseCallGraph() local307 if (Error err = reader.readInteger(toIndex)) in parseCallGraph()311 callGraph.emplace_back(fromIndex, toIndex, count); in parseCallGraph()
94 static unsigned toIndex(ID Id) { in toIndex() function in __anon18e661210111::UnmangledFuncInfo107 static unsigned getNumArgs(ID Id) { return Table[toIndex(Id)].NumArgs; } in getNumArgs()108 static StringRef getName(ID Id) { return Table[toIndex(Id)].Name; } in getName()
1159 uint32_t fromIndex, toIndex; in readCallGraphsFromObjectFiles() local1163 if (Error err = reader.readInteger(toIndex)) in readCallGraphsFromObjectFiles()1168 auto *toSym = dyn_cast_or_null<Defined>(obj->getSymbol(toIndex)); in readCallGraphsFromObjectFiles()
975 uint32_t toIndex = symbolIndices[i * 2 + 1]; in readCallGraphsFromObjectFiles() local977 auto *toSym = dyn_cast<Defined>(&obj->getSymbol(toIndex)); in readCallGraphsFromObjectFiles()