Home
last modified time | relevance | path

Searched refs:IsObjectFile (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.cpp116 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
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h100 bool IsObjectFile; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h181 static bool IsObjectFile(lldb_private::FileSpec file_spec);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp592 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()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp187 bool ObjectFile::IsObjectFile(lldb_private::FileSpec file_spec) { in IsObjectFile() function in ObjectFile
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp786 if (!ObjectFile::IsObjectFile(resolved_module_spec.GetFileSpec())) in ResolveExecutable()