Searched refs:IsAbsolute (Results 1 – 11 of 11) sorted by relevance
198 bool IsAbsolute = AddrDelta.evaluateKnownAbsolute(Value, Layout); in relaxDwarfLineAddr() local199 assert(IsAbsolute && "CFA with invalid expression"); in relaxDwarfLineAddr()200 (void)IsAbsolute; in relaxDwarfLineAddr()266 bool IsAbsolute = AddrDelta.evaluateKnownAbsolute(Value, Layout); in relaxDwarfCFA() local267 assert(IsAbsolute && "CFA with invalid expression"); in relaxDwarfCFA()268 (void)IsAbsolute; in relaxDwarfCFA()
58 file_spec.IsAbsolute() && FileSystem::Instance().Exists(file_spec)) in ComputeSupportExeDirectory()
110 : Address(Address), IsDefined(IsDefined), IsAbsolute(false) {} in Addressable()113 : Address(Address), IsDefined(false), IsAbsolute(true) { in Addressable()114 assert(!(IsDefined && IsAbsolute) && in Addressable()130 bool isAbsolute() const { return static_cast<bool>(IsAbsolute); } in isAbsolute()133 void setAbsolute(bool IsAbsolute) { in setAbsolute() argument135 this->IsAbsolute = IsAbsolute; in setAbsolute()140 uint64_t IsAbsolute : 1; variable
272 bool IsAbsolute() const;
494 return !IsAbsolute(); in IsRelative()497 bool FileSpec::IsAbsolute() const { in IsAbsolute() function in FileSpec
172 file_spec.IsAbsolute() && FileSystem::Instance().Exists(file_spec)) in ComputeSupportExeDirectory()
266 if (symbol_file_spec.IsAbsolute() && in LocateExecutableSymbolFile()
256 if (!module_sp->GetFileSpec().IsAbsolute()) in BuildModulesSection()
1377 const bool IsAbsolute = NumBytes.evaluateAsAbsolute(IntNumBytes); in emitFill() local1378 if (IsAbsolute && IntNumBytes == 0) in emitFill()1390 if (!IsAbsolute) in emitFill()
85 const bool IsAbsolute = llvm::sys::path::is_absolute(Path8);87 if (IsAbsolute)102 if (!IsAbsolute) {
1739 if (remote_filename.IsAbsolute()) in LoadImageUsingPaths()