Searched refs:FuncOffsetTable (Results 1 – 4 of 4) sorted by relevance
678 FuncOffsetTable.clear(); in readFuncOffsetTable()684 FuncOffsetTable.reserve(*Size); in readFuncOffsetTable()694 FuncOffsetTable[*FName] = *Offset; in readFuncOffsetTable()728 if (iter == FuncOffsetTable.end()) in readFuncProfiles()746 for (auto Name : FuncOffsetTable) { in readFuncProfiles()752 for (auto NameOffset : FuncOffsetTable) { in readFuncProfiles()776 for (auto NameOffset : FuncOffsetTable) { in readFuncProfiles()891 for (auto FuncEntry : FuncOffsetTable) { in readImpl()899 if (iter == FuncOffsetTable.end()) in readImpl()1220 FuncOffsetTable.reserve(*Size); in readFuncOffsetTable()[all …]
153 FuncOffsetTable[Name] = Offset - SecLBRProfileStart; in writeSample()162 encodeULEB128(FuncOffsetTable.size(), OS); in writeFuncOffsetTable()165 for (auto Entry : FuncOffsetTable) { in writeFuncOffsetTable()171 FuncOffsetTable.clear(); in writeFuncOffsetTable()525 encodeULEB128(FuncOffsetTable.size(), OS); in writeFuncOffsetTable()528 for (auto Entry : FuncOffsetTable) { in writeFuncOffsetTable()741 FuncOffsetTable[Name] = Offset; in writeSample()
317 MapVector<StringRef, uint64_t> FuncOffsetTable; variable389 MapVector<StringRef, uint64_t> FuncOffsetTable;
700 DenseMap<StringRef, uint64_t> FuncOffsetTable; variable774 DenseMap<StringRef, uint64_t> FuncOffsetTable; variable