Home
last modified time | relevance | path

Searched defs:stage2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DDwarfInstructions.hpp189 bool &isSignalFrame, bool stage2) { in stepWithDwarf() argument
H A DUnwindCursor.hpp1021 int stepWithDwarfFDE(bool stage2) { in stepWithDwarfFDE()
1031 int stepWithCompactEncoding(bool stage2 = false) { in stepWithCompactEncoding()
2920 template <typename A, typename R> int UnwindCursor<A, R>::step(bool stage2) { in step()