Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp535 auto &NTable = getNameTable(); in writeNameIdx() local
536 const auto &Ret = NTable.find(FName); in writeNameIdx()
537 if (Ret == NTable.end()) in writeNameIdx()
544 auto &NTable = getNameTable(); in addName() local
545 NTable.insert(std::make_pair(FName, 0)); in addName()