Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOLayoutBuilder.cpp115 const bool IsObjectFile = in layoutSegments() local
117 uint64_t Offset = IsObjectFile ? (HeaderSize + O.Header.SizeOfCmds) : 0; in layoutSegments()
157 if (IsObjectFile) { in layoutSegments()
179 if (IsObjectFile) { in layoutSegments()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h100 bool IsObjectFile; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp410 if (!IsObjectFile || IsMachOObject || Die.getTag() != DW_TAG_compile_unit) { in verifyDieRanges()
851 : OS(S), DCtx(D), DumpOpts(std::move(DumpOpts)), IsObjectFile(false), in DWARFVerifier()
854 IsObjectFile = F->isRelocatableObject(); in DWARFVerifier()