Home
last modified time | relevance | path

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

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