Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-profgen/
H A DPerfReader.h308 void pushFrame(uint64_t Address) { in pushFrame() function
423 bool pushFrame(UnwindState::ProfiledFrame *Cur) { in pushFrame() function
441 bool pushFrame(UnwindState::ProfiledFrame *Cur) { in pushFrame() function
H A DPerfReader.cpp157 State.pushFrame(LBR.Source); in unwindBranch()
220 if (Cur->isExternalFrame() || !Stack.pushFrame(Cur)) { in collectSamplesFromFrameTrie()
326 State.pushFrame(State.InstPtr.Address); in create()