Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp527 GuidToSymbolName.insert({Guid, CanonicalName.str()}); in symbolizeAndFilterStackFrames()
666 auto Iter = this->GuidToSymbolName.find(F.Function); in readNextRecord()
667 assert(Iter != this->GuidToSymbolName.end()); in readNextRecord()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DRawMemProfReader.h209 llvm::DenseMap<uint64_t, std::string> GuidToSymbolName; variable