Lines Matching defs:MachO
26 class MachO;
43 const toolchains::MachO &getMachOToolChain() const {
44 return reinterpret_cast<const toolchains::MachO &>(getToolChain());
141 class LLVM_LIBRARY_VISIBILITY MachO : public ToolChain {
157 MachO(const Driver &D, const llvm::Triple &Triple,
159 ~MachO() override;
161 /// @name MachO specific toolchain API
164 /// Get the "MachO" arch name for a particular compiler invocation. For
221 /// MachO specific version of addProfileRT in Tools.cpp.
227 // Return the full path of the compiler-rt library on a non-Darwin MachO
294 /// Apple specific MachO extensions
295 class LLVM_LIBRARY_VISIBILITY AppleMachO : public MachO {
408 // Return the full path of the compiler-rt library on a Darwin MachO system.