Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfReader.h77 std::bind(&MemProfReader::idToFrame, this, std::placeholders::_1);
114 const Frame &idToFrame(const FrameId Id) const { in idToFrame() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp508 assert(!idToFrame(Frames.back()).IsInlineFrame && in mapRawProfileToRecords()
521 const GlobalValue::GUID Guid = idToFrame(Frames[J]).Function; in mapRawProfileToRecords()
535 const Frame &F = idToFrame(Callstack[I]); in mapRawProfileToRecords()
781 Frame F = this->idToFrame(Id); in readNextRecord()