Searched refs:IsObjectFile (Results 1 – 6 of 6) sorted by relevance
116 const bool IsObjectFile = in layoutSegments() 118 uint64_t Offset = IsObjectFile ? (HeaderSize + O.Header.SizeOfCmds) : 0; in layoutSegments() 158 if (IsObjectFile) { in layoutSegments() 180 if (IsObjectFile) { in layoutSegments() 115 const bool IsObjectFile = layoutSegments() local
100 bool IsObjectFile; variable
181 static bool IsObjectFile(lldb_private::FileSpec file_spec);
592 if (!IsObjectFile || IsMachOObject || Die.getTag() != DW_TAG_compile_unit) { in verifyDieRanges()1085 : OS(S), DCtx(D), DumpOpts(std::move(DumpOpts)), IsObjectFile(false), in DWARFVerifier()1090 IsObjectFile = F->isRelocatableObject(); in DWARFVerifier()
187 bool ObjectFile::IsObjectFile(lldb_private::FileSpec file_spec) { in IsObjectFile() function in ObjectFile
786 if (!ObjectFile::IsObjectFile(resolved_module_spec.GetFileSpec())) in ResolveExecutable()