Searched refs:Machine (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCWinCOFFObjectWriter.h15 const unsigned Machine; member in class:llvm::MCWinCOFFObjectTargetWriter
23 unsigned getMachine() const { return Machine; }
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DIntegersSubsetMapping.h432 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
[all...]
H A DCOFF.h43 uint16_t Machine; member in struct:llvm::COFF::header
99 /// Machine is based on a 32bit word architecture.
576 uint16_t Machine; member in struct:llvm::COFF::ImportHeader
/macosx-10.10.1/OpenSSL098-52/src/ms/
H A Dsegrenam.pl47 ($Machine,$NumberOfSections,$TimeDateStamp,
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DAsmWriter.cpp649 SlotTracker *Machine,
724 SlotTracker *Machine,
854 WriteAsOperandInternal(Out, BA->getFunction(), &TypePrinter, Machine,
857 WriteAsOperandInternal(Out, BA->getBasicBlock(), &TypePrinter, Machine,
869 &TypePrinter, Machine,
875 WriteAsOperandInternal(Out, CA->getOperand(i), &TypePrinter, Machine,
897 &TypePrinter, Machine,
904 Machine, Context);
921 WriteAsOperandInternal(Out, CS->getOperand(0), &TypePrinter, Machine,
929 WriteAsOperandInternal(Out, CS->getOperand(i), &TypePrinter, Machine,
722 WriteConstantInternal(raw_ostream &Out, const Constant *CV, TypePrinting &TypePrinter, SlotTracker *Machine, const Module *Context) argument
1002 WriteMDNodeBodyInternal(raw_ostream &Out, const MDNode *Node, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1029 WriteAsOperandInternal(raw_ostream &Out, const Value *V, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1164 SlotTracker &Machine; member in class:__anon10471::AssemblyWriter
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/yaml2obj/
H A Dyaml2obj.cpp150 if (KeyValue == "Machine") {
151 uint16_t Machine = COFF::MT_Invalid; local
152 if (!getAs(Value, Machine)) {
155 Machine = StringSwitch<COFF::MachineTypes>(ValueValue)
199 if (Machine == COFF::MT_Invalid) {
200 YS.printError(Value, "Invalid value for Machine");
204 Header.Machine = Machine;
805 OS << binary_le(CP.Header.Machine)
/macosx-10.10.1/llvmCore-3425.0.34/utils/obj2yaml/
H A Dcoff2yaml.cpp247 Out << " Machine: ";
248 Out << nameLookup(MachineTypePairs, Header->Machine, "# Unknown_MachineTypes")
250 return yaml::writeHexNumber(Out, Header->Machine) << ")" << endl << endl;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Object/
H A DCOFF.h28 support::ulittle16_t Machine; member in struct:llvm::object::coff_file_header
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DWinCOFFObjectWriter.cpp324 Header.Machine = TargetObjectWriter->getMachine();
533 WriteLE16(Header.Machine);
893 Machine(Machine_) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Object/
H A DCOFFObjectFile.cpp545 switch(Header->Machine) {
556 switch(Header->Machine) {
740 switch (Header->Machine) {
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dpkg_genc.c746 *pCPU=pHeader->Machine;
748 * The number of bits is implicit with the Machine value.
1126 objHeader.fileHeader.Machine=cpu;
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dmakeapps.com98 $! Tell The User What Kind of Machine We Run On.
100 $ WRITE SYS$OUTPUT "Compiling On A ",ARCH," Machine."
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dcrypto-lib.com108 $! Tell The User What Kind of Machine We Run On.
110 $ WRITE SYS$OUTPUT "Compiling On A ",ARCH," Machine."
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dada.vim116 for Item in ['''Access', '''Address', '''Adjacent', '''Aft', '''Alignment', '''Base', '''Bit_Order', '''Body_Version', '''Callable', '''Caller', '''Ceiling', '''Class', '''Component_Size', '''Compose', '''Constrained', '''Copy_Sign', '''Count', '''Definite', '''Delta', '''Denorm', '''Digits', '''Emax', '''Exponent', '''External_Tag', '''Epsilon', '''First', '''First_Bit', '''Floor', '''Fore', '''Fraction', '''Identity', '''Image', '''Input', '''Large', '''Last', '''Last_Bit', '''Leading_Part', '''Length', '''Machine', '''Machine_Emax', '''Machine_Emin', '''Machine_Mantissa', '''Machine_Overflows', '''Machine_Radix', '''Machine_Rounding', '''Machine_Rounds', '''Mantissa', '''Max', '''Max_Size_In_Storage_Elements', '''Min', '''Mod', '''Model', '''Model_Emin', '''Model_Epsilon', '''Model_Mantissa', '''Model_Small', '''Modulus', '''Output', '''Partition_ID', '''Pos', '''Position', '''Pred', '''Priority', '''Range', '''Read', '''Remainder', '''Round', '''Rounding', '''Safe_Emax', '''Safe_First', '''Safe_Large', '''Safe_Last', '''Safe_Small', '''Scale', '''Scaling', '''Signed_Zeros', '''Size', '''Small', '''Storage_Pool', '''Storage_Size', '''Stream_Size', '''Succ', '''Tag', '''Terminated', '''Truncation', '''Unbiased_Rounding', '''Unchecked_Access', '''Val', '''Valid', '''Value', '''Version', '''Wide_Image', '''Wide_Value', '''Wide_Wide_Image', '''Wide_Wide_Value', '''Wide_Wide_Width', '''Wide_Width', '''Width', '''Write']
/macosx-10.10.1/CPANInternal-159.1/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm3503 =head2 Connecting to a Remote MS-Windows Machine

Completed in 365 milliseconds