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

1 2

  /external/libunwind/doc/
libunwind-ia64.tex 40 \section{Machine-State}
42 The machine-state (set of registers) that is accessible through
87 the remaining machine-state corresponds to the register-values that
  /external/llvm/include/llvm/IR/
ModuleSlotTracker.h 36 SlotTracker *Machine = nullptr;
40 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
56 SlotTracker *getMachine() const { return Machine; }
  /external/llvm/include/llvm/MC/
MCWinCOFFObjectWriter.h 23 const unsigned Machine;
31 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/lib/Object/
COFFYAML.cpp 300 NMachine(IO &) : Machine(COFF::MachineTypes(0)) {}
301 NMachine(IO &, uint16_t M) : Machine(COFF::MachineTypes(M)) {}
302 uint16_t denormalize(IO &) { return Machine; }
303 COFF::MachineTypes Machine;
348 if (H.Machine == COFF::IMAGE_FILE_MACHINE_I386) {
352 } else if (H.Machine == COFF::IMAGE_FILE_MACHINE_AMD64) {
415 MappingNormalization<NMachine, uint16_t> NM(IO, H.Machine);
419 IO.mapRequired("Machine", NM->Machine);
  /external/llvm/tools/opt/
opt.cpp 394 TargetMachine *Machine = nullptr;
400 Machine = GetTargetMachine(ModuleTriple, CPUStr, FeaturesStr, Options);
403 std::unique_ptr<TargetMachine> TM(Machine);
456 // Add internal analysis passes from the target machine.
  /external/llvm/include/llvm/Object/
ELFYAML.h 65 ELF_EM Machine;
COFF.h 63 support::ulittle16_t Machine;
78 support::ulittle16_t Machine;
471 support::ulittle16_t Machine;
596 return COFFHeader->Machine;
598 return COFFBigObjHeader->Machine;
  /external/llvm/bindings/ocaml/target/
target_ocaml.c 223 /*===---- Target Machine --------------------------------------------------===*/
227 static void llvm_finalize_target_machine(value Machine) {
228 LLVMDisposeTargetMachine(TargetMachine_val(Machine));
241 static value llvm_alloc_targetmachine(LLVMTargetMachineRef Machine) {
244 TargetMachine_val(V) = Machine;
254 LLVMTargetMachineRef Machine;
271 Machine = LLVMCreateTargetMachine(Target, String_val(Triple), CPUStr,
274 return llvm_alloc_targetmachine(Machine);
283 CAMLprim LLVMTargetRef llvm_targetmachine_target(value Machine) {
284 return LLVMGetTargetMachineTarget(TargetMachine_val(Machine));
    [all...]
  /external/autotest/frontend/tko/
models.py 124 class Machine(dbmodels.Model):
125 """Models a machine."""
132 """Metadata for class Machine."""
176 machine = dbmodels.ForeignKey(Machine, db_column='machine_idx') variable in class:Job
210 machine = dbmodels.ForeignKey(Machine, db_column='machine_idx') variable in class:Test
561 * machine_label_fields: list of machine label names. Each will be
563 label is present on the machine used in the test.
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 626 /// will reset the state of the machine back to just the module contents.
678 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M,
680 : M(M), F(F), Machine(&Machine) {}
686 M(M), Machine(MachineStorage.get()) {}
691 if (!Machine)
698 Machine->purgeFunction();
699 Machine->incorporateFunction(&F);
705 return Machine->getLocalSlot(V);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntimage.h 236 USHORT Machine;
  /toolchain/binutils/binutils-2.25/include/coff/
pe.h 122 /* Machine numbers. */
369 char Machine[2];
  /external/llvm/include/llvm/Support/
COFF.h 56 uint16_t Machine;
71 uint16_t Machine;
131 /// Machine is based on a 32bit word architecture.
143 /// This file should only be run on a uniprocessor machine.
644 uint16_t Machine;
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 152 unsigned short Machine;
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 

Completed in 999 milliseconds

1 2