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

1 2

  /external/llvm/include/llvm/MC/
MCWinCOFFObjectWriter.h 20 const unsigned Machine;
28 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 46 uint16_t Machine;
102 /// Machine is based on a 32bit word architecture.
114 /// This file should only be run on a uniprocessor machine.
596 uint16_t Machine;
  /external/llvm/lib/IR/
AsmWriter.cpp 349 /// will reset the state of the machine back to just the module contents.
675 SlotTracker *Machine,
766 SlotTracker *Machine,
896 WriteAsOperandInternal(Out, BA->getFunction(), &TypePrinter, Machine,
899 WriteAsOperandInternal(Out, BA->getBasicBlock(), &TypePrinter, Machine,
911 &TypePrinter, Machine,
917 WriteAsOperandInternal(Out, CA->getOperand(i), &TypePrinter, Machine,
939 &TypePrinter, Machine,
    [all...]
AsmWriter.h 71 SlotTracker &Machine;
  /external/llvm/lib/Object/
COFFYAML.cpp 208 NMachine(IO &) : Machine(COFF::MachineTypes(0)) {}
209 NMachine(IO &, uint16_t M) : Machine(COFF::MachineTypes(M)) {}
210 uint16_t denormalize(IO &) { return Machine; }
211 COFF::MachineTypes Machine;
242 MappingNormalization<NMachine, uint16_t> NM(IO, H.Machine);
246 IO.mapRequired("Machine", NM->Machine);
COFFObjectFile.cpp 578 switch(COFFHeader->Machine) {
589 switch(COFFHeader->Machine) {
790 switch (COFFHeader->Machine) {
ELFYAML.cpp 300 IO.mapRequired("Machine", FileHdr.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}
Simulator.java 47 /** {@code non-null;} machine to use when simulating */
48 private final Machine machine; field in class:Simulator
62 * @param machine {@code non-null;} machine to use when simulating
65 public Simulator(Machine machine, ConcreteMethod method) {
66 if (machine == null) {
67 throw new NullPointerException("machine == null");
74 this.machine = machine
192 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/tools/obj2yaml/
coff2yaml.cpp 48 YAMLObj.Header.Machine = Header->Machine;
  /external/chromium_org/tools/checkbins/
checkbins.py 85 pe.FILE_HEADER.Machine == MACHINE_TYPE_AMD64):
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 145 idesc64 isrL, 0x0008, 0 ; 0x12 18, #MC, Machine Check
184 dw isrR, 0 ; 0x12 18, #MC, Machine Check
xdfprotect.asm 119 idesc32 isrP, 0x0008, 0 ; 0x12 18, #MC, Machine Check
157 dw isrR, 0 ; 0x12 18, #MC, Machine Check
  /external/llvm/include/llvm/Object/
ELFYAML.h 52 ELF_EM Machine;
COFF.h 51 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/tools/yaml2obj/
yaml2coff.cpp 198 OS << binary_le(CP.Obj.Header.Machine)
yaml2elf.cpp 262 Header.e_machine = Hdr.Machine;
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 322 Header.Machine = TargetObjectWriter->getMachine();
536 WriteLE16(Header.Machine);
921 Machine(Machine_) {
  /external/llvm/tools/opt/
opt.cpp 655 TargetMachine *Machine = 0;
657 Machine = GetTargetMachine(Triple(ModuleTriple));
658 OwningPtr<TargetMachine> TM(Machine);
660 // Add internal analysis passes from the target machine.
  /external/chromium_org/content/common/
plugin_list_win.cc 216 return (nt_headers->FileHeader.Machine == IMAGE_FILE_MACHINE_I386);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_genc.c 733 *pCPU=pHeader->Machine;
735 * The number of bits is implicit with the Machine value.
    [all...]
  /external/icu4c/tools/toolutil/
pkg_genc.c 735 *pCPU=pHeader->Machine;
737 * The number of bits is implicit with the Machine value.
    [all...]

Completed in 1179 milliseconds

1 2