Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp256 uint64_t asU64() const { in asU64() function in __anon84c0493f0111::LocIdx
285 return L.asU64(); in operator ()()
316 : BlockNo(Block), InstNo(Inst), LocNo(Loc.asU64()) { } in ValueIDNum()
323 uint64_t asU64() const { in asU64() function in __anon84c0493f0111::ValueIDNum
335 return asU64() < Other.asU64(); in operator <()
482 Idx = LocIdx(Idx.asU64() + 1); in operator ++()
518 assert(Idx.asU64() < LocIdxToIDNum.size()); in getNumAtPos()
540 Location.Value = Locs[Location.Idx.asU64()]; in loadFromArray()
566 assert(L.asU64() < LocIdxToIDNum.size()); in setMLoc()
750 dbgs() << "Idx " << Location.Idx.asU64() << " " << foo << "\n"; in dump_mloc_map()
[all …]