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

/external/clang/include/clang/Driver/
H A DToolChain.h124 llvm::Triple::ArchType getArch() const { return Triple.getArch(); } function in class:clang::driver::ToolChain
/external/llvm/include/llvm/ADT/
H A DTriple.h232 /// getArch - Get the parsed architecture type of this triple.
233 ArchType getArch() const { return Arch; } function in class:llvm::Triple
477 return getArch() == Triple::x86_64 &&
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp797 return getArch() == Triple::x86_64 ? 8 : 4;
813 unsigned COFFObjectFile::getArch() const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp727 unsigned Arch = this->getArch();
837 unsigned Arch = this->getArch();
1010 unsigned Arch = getArch();
1290 Triple::ArchType MachOObjectFile::getArch(uint32_t CPUType) { function in class:MachOObjectFile
1309 Triple MachOObjectFile::getArch(uint32_t CPUType, uint32_t CPUSubType, function in class:MachOObjectFile
1430 Triple MachOObjectFile::getArch(uint32_t CPUType, uint32_t CPUSubType, function in class:MachOObjectFile
1433 Triple T = MachOObjectFile::getArch(CPUType, CPUSubType, McpuDefault);
1463 unsigned MachOObjectFile::getArch() const { function in class:MachOObjectFile
1464 return getArch(getCPUType(this));
1467 Triple MachOObjectFile::getArch(cons function in class:MachOObjectFile
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 1333 milliseconds