Searched refs:IsAbsolute (Results 1 – 3 of 3) sorted by relevance
107 : Address(Address), IsDefined(IsDefined), IsAbsolute(false) {} in Addressable()110 : Address(Address), IsDefined(false), IsAbsolute(true) { in Addressable()111 assert(!(IsDefined && IsAbsolute) && in Addressable()127 bool isAbsolute() const { return static_cast<bool>(IsAbsolute); } in isAbsolute()130 void setAbsolute(bool IsAbsolute) { in setAbsolute() argument132 this->IsAbsolute = IsAbsolute; in setAbsolute()137 uint64_t IsAbsolute : 1; variable
1322 const bool IsAbsolute = NumBytes.evaluateAsAbsolute(IntNumBytes); in emitFill() local1323 if (IsAbsolute && IntNumBytes == 0) in emitFill()1335 if (!IsAbsolute) in emitFill()
80 const bool IsAbsolute = llvm::sys::path::is_absolute(Path8);82 if (IsAbsolute)97 if (!IsAbsolute) {