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.cpp634 auto &NTable = getNameTable(); in writeNameIdx() local
635 const auto &Ret = NTable.find(FName); in writeNameIdx()
636 if (Ret == NTable.end()) in writeNameIdx()
643 auto &NTable = getNameTable(); in addName() local
644 NTable.insert(std::make_pair(FName, 0)); in addName()