Home
last modified time | relevance | path

Searched refs:Filetype (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp214 uint32_t Filetype = MachO->getHeader().filetype; in printDarwinSectionSizes() local
230 if (Filetype == MachO::MH_OBJECT) in printDarwinSectionSizes()
257 if (Filetype == MachO::MH_OBJECT) in printDarwinSectionSizes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp307 uint32_t Filetype = MachO::MH_OBJECT; in darwinPrintSymbol() local
341 Filetype = H_64.filetype; in darwinPrintSymbol()
359 Filetype = H.filetype; in darwinPrintSymbol()
507 if (Filetype == MachO::MH_OBJECT) { in darwinPrintSymbol()