Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp637 auto &NTable = getNameTable(); in writeNameIdx() local
638 const auto &Ret = NTable.find(FName); in writeNameIdx()
639 if (Ret == NTable.end()) in writeNameIdx()
646 auto &NTable = getNameTable(); in addName() local
647 NTable.insert(std::make_pair(FName, 0)); in addName()