Searched refs:IsAbsolute (Results 1 – 10 of 10) sorted by relevance
217 bool IsAbsolute = AddrDelta.evaluateKnownAbsolute(Value, Layout); in relaxDwarfLineAddr() local218 assert(IsAbsolute && "CFA with invalid expression"); in relaxDwarfLineAddr()219 (void)IsAbsolute; in relaxDwarfLineAddr()285 bool IsAbsolute = AddrDelta.evaluateKnownAbsolute(Value, Layout); in relaxDwarfCFA() local286 assert(IsAbsolute && "CFA with invalid expression"); in relaxDwarfCFA()287 (void)IsAbsolute; in relaxDwarfCFA()
108 : Address(Address), IsDefined(IsDefined), IsAbsolute(false) {} in Addressable()111 : Address(Address), IsDefined(false), IsAbsolute(true) { in Addressable()112 assert(!(IsDefined && IsAbsolute) && in Addressable()128 bool isAbsolute() const { return static_cast<bool>(IsAbsolute); } in isAbsolute()131 void setAbsolute(bool IsAbsolute) { in setAbsolute() argument133 this->IsAbsolute = IsAbsolute; in setAbsolute()138 uint64_t IsAbsolute : 1; variable
263 bool IsAbsolute() const;
475 return !IsAbsolute(); in IsRelative()478 bool FileSpec::IsAbsolute() const { in IsAbsolute() function in FileSpec
172 file_spec.IsAbsolute() && FileSystem::Instance().Exists(file_spec)) in ComputeSupportExeDirectory()
263 if (symbol_file_spec.IsAbsolute() && in LocateExecutableSymbolFile()
258 if (!module_sp->GetFileSpec().IsAbsolute()) in BuildModulesSection()
1362 const bool IsAbsolute = NumBytes.evaluateAsAbsolute(IntNumBytes); in emitFill() local1363 if (IsAbsolute && IntNumBytes == 0) in emitFill()1375 if (!IsAbsolute) in emitFill()
85 const bool IsAbsolute = llvm::sys::path::is_absolute(Path8);87 if (IsAbsolute)102 if (!IsAbsolute) {
1738 if (remote_filename.IsAbsolute()) in LoadImageUsingPaths()