Lines Matching defs:MachO
25 class MachO;
42 const toolchains::MachO &getMachOToolChain() const {
43 return reinterpret_cast<const toolchains::MachO &>(getToolChain());
140 class LLVM_LIBRARY_VISIBILITY MachO : public ToolChain {
156 MachO(const Driver &D, const llvm::Triple &Triple,
158 ~MachO() override;
160 /// @name MachO specific toolchain API
163 /// Get the "MachO" arch name for a particular compiler invocation. For
220 /// MachO specific version of addProfileRT in Tools.cpp.
226 // Return the full path of the compiler-rt library on a non-Darwin MachO
294 class LLVM_LIBRARY_VISIBILITY Darwin : public MachO {
366 // Return the full path of the compiler-rt library on a Darwin MachO system.