Home
last modified time | relevance | path

Searched refs:getMachineType (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWindowsMachineFlag.h29 COFF::MachineTypes getMachineType(StringRef S);
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolExe.cpp26 if (getMachineType() == PDB_Machine::x86) in getPointerByteSize()
/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DWindowsMachineFlag.cpp22 COFF::MachineTypes llvm::getMachineType(StringRef S) { in getMachineType() function in llvm
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolExe.h30 FORWARD_SYMBOL_METHOD(getMachineType)
H A DIPDBRawSymbol.h164 virtual PDB_Machine getMachineType() const = 0;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h64 PDB_Machine getMachineType() const;
H A DNativeRawSymbol.h142 PDB_Machine getMachineType() const override;
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp135 MachineType = getMachineType(Arg->getValue()); in main()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h137 PDB_Machine getMachineType() const override;
/netbsd/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp309 LibMachine = getMachineType(Arg->getValue()); in libDriverMain()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp196 PDB_Machine DbiStream::getMachineType() const { in getMachineType() function in DbiStream
H A DNativeRawSymbol.cpp384 PDB_Machine NativeRawSymbol::getMachineType() const { in getMachineType() function in NativeRawSymbol
H A DPDBFile.cpp407 PDB_Machine Machine = DbiS->getMachineType(); in getPointerSize()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp211 Obj.DbiStream->MachineType = DS.getMachineType(); in dumpDbiStream()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp911 PDB_Machine DIARawSymbol::getMachineType() const { in getMachineType() function in DIARawSymbol