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

  /external/llvm/include/llvm/MC/
MCWinCOFFObjectWriter.h 18 const unsigned Machine;
26 unsigned getMachine() const { return Machine; }
  /external/llvm/include/llvm/Support/
IntegersSubsetMapping.h 432 DiffStateMachine Machine(LExclude, Intersection, RExclude);
442 Machine.onLOpen(LRange.getLow(), LCluster.second);
443 Machine.onLClose(LRange.getHigh());
449 Machine.onROpen(RRange.getLow(), RCluster.second);
450 Machine.onRClose(RRange.getHigh());
457 if (!Machine.isLOpened())
458 Machine.onLOpen(LRange.getLow(), LCluster.second);
459 Machine.onROpen(RRange.getLow(), RCluster.second);
462 if (!Machine.isROpened())
463 Machine.onROpen(RRange.getLow(), RCluster.second)
    [all...]
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/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...]
  /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}
Simulator.java 48 /** {@code non-null;} machine to use when simulating */
49 private final Machine machine; field in class:Simulator
63 * @param machine {@code non-null;} machine to use when simulating
66 public Simulator(Machine machine, ConcreteMethod method) {
67 if (machine == null) {
68 throw new NullPointerException("machine == null");
75 this.machine = machine
193 private final Machine machine; field in class:Simulator.SimVisitor
    [all...]
BaseMachine.java 29 * Base implementation of {@link Machine}.
35 public abstract class BaseMachine implements 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/utils/obj2yaml/
coff2yaml.cpp 246 Out << " Machine: ";
247 Out << nameLookup(MachineTypePairs, Header->Machine, "# Unknown_MachineTypes")
249 return yaml::writeHexNumber(Out, Header->Machine) << ")" << endl << endl;
290 // TODO: Use the correct reloc type for the machine.
  /external/llvm/include/llvm/Object/
COFF.h 28 support::ulittle16_t Machine;
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 234 if (Header->Machine != COFF::IMAGE_FILE_MACHINE_AMD64) {
235 errs() << "Unsupported image machine type "
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 322 Header.Machine = TargetObjectWriter->getMachine();
529 WriteLE16(Header.Machine);
892 Machine(Machine_) {
  /external/llvm/lib/Object/
COFFObjectFile.cpp 559 switch(Header->Machine) {
570 switch(Header->Machine) {
754 switch (Header->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/icu4c/tools/toolutil/
pkg_genc.c 736 *pCPU=pHeader->Machine;
738 * The number of bits is implicit with the Machine value.
    [all...]
  /external/oprofile/events/i386/nehalem/
events 55 event:0x4F counters:0,1,2,3 um:ept minimum:6000 name:EPT : Counts Extended Page Directory Entry accesses. The Extended Page Directory cache is used by Virtual Machine operating systems while the guest operating systems use the standard TLB caches.
83 event:0xC3 counters:0,1,2,3 um:machine_clears minimum:6000 name:MACHINE_CLEARS : Counts the cycles machine clear is asserted.
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 151 unsigned short Machine;
    [all...]
  /prebuilts/sdk/tools/lib/
dx.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 
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]

Completed in 626 milliseconds