Searched refs:toIndex (Results 1 – 6 of 6) sorted by relevance
97 uint32_t toIndex; member 101 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()
325 uint32_t fromIndex, toIndex; in parseCallGraph() local329 if (Error err = reader.readInteger(toIndex)) in parseCallGraph()333 callGraph.emplace_back(fromIndex, toIndex, count); in parseCallGraph()
94 static unsigned toIndex(ID Id) { in toIndex() function in __anonbcd55a340111::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()
1167 uint32_t fromIndex, toIndex; in readCallGraphsFromObjectFiles() local1171 if (Error err = reader.readInteger(toIndex)) in readCallGraphsFromObjectFiles()1176 auto *toSym = dyn_cast_or_null<Defined>(obj->getSymbol(toIndex)); in readCallGraphsFromObjectFiles()
1038 uint32_t toIndex = symbolIndices[i * 2 + 1]; in readCallGraphsFromObjectFiles() local1040 auto *toSym = dyn_cast<Defined>(&obj->getSymbol(toIndex)); in readCallGraphsFromObjectFiles()