Searched refs:CSNameTable (Results 1 – 5 of 5) sorted by relevance
221 CSNameTable.clear(); in write()248 const auto &Ret = CSNameTable.find(Context); in writeCSNameIdx()249 if (Ret == CSNameTable.end()) in writeCSNameIdx()390 for (const auto &I : CSNameTable) in writeCSNameTableSection()392 assert(OrderedContexts.size() == CSNameTable.size() && in writeCSNameTableSection()396 CSNameTable[Context] = I++; in writeCSNameTableSection()676 CSNameTable.insert(std::make_pair(Context, 0)); in addContext()
355 SampleContext FContext(FName, CSNameTable); in readImpl()536 if (*ContextIdx >= CSNameTable.size()) in readContextFromTable()540 return CSNameTable[*ContextIdx]; in readContextFromTable()1153 CSNameTable.clear(); in readCSNameTableSec()1154 CSNameTable.reserve(*Size); in readCSNameTableSec()1164 CSNameTable.emplace_back(SampleContextFrameVector()); in readCSNameTableSec()1183 CSNameTable.back().emplace_back( in readCSNameTableSec()
577 std::list<SampleContextFrameVector> CSNameTable;659 std::vector<SampleContextFrameVector> CSNameTable; variable
546 std::list<SampleContextFrameVector> &CSNameTable,557 CSNameTable.emplace_back();558 SampleContextFrameVector &Context = CSNameTable.back();
391 MapVector<SampleContext, uint32_t> CSNameTable; variable