HomeSort by relevance Sort by last modified time
    Searched defs:Machine (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/MC/
MCWinCOFFObjectWriter.h 18 const unsigned Machine;
26 unsigned getMachine() const { return Machine; }
  /dalvik/dx/src/com/android/dx/cf/code/
Machine.java 27 * upon a {@link Frame}. A machine conceptually contains four arbitrary-value
31 public interface Machine {
127 * {@code Machine} are collapsed to the {@code int}
  /external/llvm/include/llvm/Object/
COFF.h 28 support::ulittle16_t Machine;
  /external/llvm/tools/opt/
opt.cpp 655 TargetMachine *Machine = 0;
657 Machine = GetTargetMachine(Triple(ModuleTriple));
658 std::auto_ptr<TargetMachine> TM(Machine);
660 // Add internal analysis passes from the target machine.
  /external/llvm/utils/yaml2obj/
yaml2obj.cpp 149 if (KeyValue == "Machine") {
150 uint16_t Machine = COFF::MT_Invalid;
151 if (!getAs(Value, Machine)) {
154 Machine = StringSwitch<COFF::MachineTypes>(ValueValue)
198 if (Machine == COFF::MT_Invalid) {
199 YS.printError(Value, "Invalid value for Machine");
203 Header.Machine = Machine;
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 376 /// will reset the state of the machine back to just the module contents.
701 SlotTracker *Machine,
792 SlotTracker *Machine,
922 WriteAsOperandInternal(Out, BA->getFunction(), &TypePrinter, Machine,
925 WriteAsOperandInternal(Out, BA->getBasicBlock(), &TypePrinter, Machine,
937 &TypePrinter, Machine,
943 WriteAsOperandInternal(Out, CA->getOperand(i), &TypePrinter, Machine,
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 43 uint16_t Machine;
99 /// Machine is based on a 32bit word architecture.
111 /// This file should only be run on a uniprocessor machine.
576 uint16_t Machine;
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 151 unsigned short Machine;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 167 milliseconds