Home
last modified time | relevance | path

Searched defs:bid (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DStoppoint.cpp24 void Stoppoint::SetID(break_id_t bid) { m_bid = bid; } in SetID()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-defines.h39 #define LLDB_BREAK_ID_IS_VALID(bid) ((bid) != (LLDB_INVALID_BREAK_ID)) argument
40 #define LLDB_BREAK_ID_IS_INTERNAL(bid) ((bid) < 0) argument
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp71 bool bid(unsigned B) { in bid() function in __anon300f269d0111::HexagonUnitAuction