Home
last modified time | relevance | path

Searched refs:MH_OBJECT (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.cpp20 if (O.Header.FileType == MachO::HeaderFileType::MH_OBJECT) in getStringTableBuilderKind()
117 O.Header.FileType == MachO::HeaderFileType::MH_OBJECT; in layoutSegments()
234 assert((!(O.Header.FileType == MachO::HeaderFileType::MH_OBJECT) || in layoutTail()
H A DMachOObjcopy.cpp371 if (O.Header.FileType == MachO::HeaderFileType::MH_OBJECT) { in findSection()
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64Common.cpp117 if (config->outputType == MH_OBJECT) in handleDtraceReloc()
H A DX86_64.cpp232 if (config->outputType == MH_OBJECT) in handleDtraceReloc()
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp230 if (Filetype == MachO::MH_OBJECT) in printDarwinSectionSizes()
257 if (Filetype == MachO::MH_OBJECT) in printDarwinSectionSizes()
289 if (MachO->getHeader().filetype == MachO::MH_OBJECT) { in printDarwinSegmentSizes()
315 if (MachO->getHeader().filetype == MachO::MH_OBJECT) { in printDarwinSegmentSizes()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO.cpp103 Hdr.filetype = MachO::MH_OBJECT; in createLocalHeaderBlock()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachO.cpp44 if (Hdr.filetype != MachO::MH_OBJECT) in checkMachORelocatableObject()
H A DDebuggerSupportPlugin.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversalWriter.cpp45 if (O.getHeader().filetype == MachO::MH_OBJECT) { in calculateFileAlignment()
H A DMachOObjectFile.cpp2238 assert((getHeader().filetype == MachO::MH_OBJECT || in getRelocationOffset()
4782 if (getHeader().filetype == MachO::MH_OBJECT) { in getRelocation()
5310 return getHeader().filetype == MachO::MH_OBJECT; in isRelocatableObject()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp123 Builder.Header.filetype = MachO::MH_OBJECT; in startSynthesis()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h371 Seg.vmsize = Header.filetype == MachO::MH_OBJECT
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp100 { "Relocatable", MachO::MH_OBJECT },
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp901 writeHeader(MachO::MH_OBJECT, NumLoadCommands, LoadCommandsSize, in writeObject()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp307 uint32_t Filetype = MachO::MH_OBJECT; in darwinPrintSymbol()
507 if (Filetype == MachO::MH_OBJECT) { in darwinPrintSymbol()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp2831 if (info->O->getHeader().filetype != MachO::MH_OBJECT) { in SymbolizerGetOpInfo()
2914 if (info->O->getHeader().filetype != MachO::MH_OBJECT) { in SymbolizerGetOpInfo()
3009 if (info->O->getHeader().filetype != MachO::MH_OBJECT) { in SymbolizerGetOpInfo()
3146 if (info->O->getHeader().filetype != MachO::MH_OBJECT) { in SymbolizerGetOpInfo()
6841 if (info->O->getHeader().filetype == MachO::MH_OBJECT) { in GuessLiteralPointer()
7397 if (Header.filetype == MachO::MH_OBJECT) in DisassembleMachO()
8397 case MachO::MH_OBJECT: in PrintMachHeader()
8671 if (filetype != MachO::MH_OBJECT && strncmp(sg_segname, segname, 16) != 0) in PrintSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h43 MH_OBJECT = 0x1u, enumerator
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1086 case MH_OBJECT: in dataConstDefault()
H A DSyntheticSections.cpp2286 case MH_OBJECT: in createSyntheticSymbols()