Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.h307 void pushFrame(uint64_t Address) { in pushFrame() function
422 bool pushFrame(UnwindState::ProfiledFrame *Cur) { in pushFrame() function
440 bool pushFrame(UnwindState::ProfiledFrame *Cur) { in pushFrame() function
H A DPerfReader.cpp151 State.pushFrame(LBR.Source); in unwindReturn()
208 if (Cur->isExternalFrame() || !Stack.pushFrame(Cur)) { in collectSamplesFromFrameTrie()
314 State.pushFrame(State.InstPtr.Address); in unwind()