Searched defs:branch_target_t (Results 1 – 1 of 1) sorted by relevance
142 struct branch_target_t { struct143 inline branch_target_t() : label(0), pc(0) { } in branch_target_t() argument144 inline branch_target_t(const char* l, uint32_t* p) in branch_target_t() function150 Vector<branch_target_t> mBranchTargets; argument