Searched defs:IsReserved (Results 1 – 6 of 6) sorted by relevance
36 bool IsReserved() const { return start_ != nullptr; } in IsReserved() function
198 bool IsReserved() const { return region_.begin() != kNullAddress; } in IsReserved() function
468 bool IsReserved = !Base || Symbol.isCommon(); in writeSymbol() local
273 bool IsReserved = false; in computeRegUnitRange() local
521 bool IsReserved = !Base || Symbol.isCommon(); in writeSymbol() local
91 bool IsReserved(const std::string& ident) { in IsReserved() function