Searched refs:getMachineType (Results 1 – 13 of 13) sorted by relevance
29 COFF::MachineTypes getMachineType(StringRef S);
26 if (getMachineType() == PDB_Machine::x86) in getPointerByteSize()
22 COFF::MachineTypes llvm::getMachineType(StringRef S) { in getMachineType() function in llvm
30 FORWARD_SYMBOL_METHOD(getMachineType)
168 virtual PDB_Machine getMachineType() const = 0;
64 PDB_Machine getMachineType() const;
142 PDB_Machine getMachineType() const override;
137 PDB_Machine getMachineType() const override;
309 LibMachine = getMachineType(Arg->getValue()); in libDriverMain()
384 PDB_Machine NativeRawSymbol::getMachineType() const { in getMachineType() function in NativeRawSymbol
196 PDB_Machine DbiStream::getMachineType() const { in getMachineType() function in DbiStream
406 PDB_Machine Machine = DbiS->getMachineType(); in getPointerSize()
911 PDB_Machine DIARawSymbol::getMachineType() const { in getMachineType() function in DIARawSymbol