Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h361 const storage::Symbol *MBegin = Symbols.begin() + M.Begin, in module_symbols() local
363 return {SymbolRef(MBegin, MEnd, Uncommons.begin() + M.UncBegin, this), in module_symbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h238 unsigned *MBegin = reinterpret_cast<unsigned*>(M.Data.get()); in hash_value() local
241 return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd)); in hash_value()