Searched defs:getArch (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Driver/
H A DToolChain.h65 llvm::Triple::ArchType getArch() const { return Triple.getArch(); } function in class:clang::driver::ToolChain
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp518 return getArch() == Triple::x86_64 ? 8 : 4;
532 unsigned COFFObjectFile::getArch() const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp704 unsigned MachOObjectFile::getArch() const { function in class:llvm::object::MachOObjectFile
H A DELFObjectFile.cpp378 virtual unsigned getArch() const;
1307 unsigned ELFObjectFile<target_endianness, is64Bits>::getArch() const { function in class:ELFObjectFile
/external/llvm/include/llvm/ADT/
H A DTriple.h166 /// getArch - Get the parsed architecture type of this triple.
167 ArchType getArch() const { function in class:llvm::Triple

Completed in 103 milliseconds