Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DInputFiles.h69 virtual MachineTypes getMachineType() { return IMAGE_FILE_MACHINE_UNKNOWN; } in getMachineType() function
112 MachineTypes getMachineType() override;
266 MachineTypes getMachineType() override;
H A DDriver.h139 MachineTypes getMachineType(StringRef Arg);
H A DInputFiles.cpp460 MachineTypes ObjFile::getMachineType() { in getMachineType() function in lld::coff::ObjFile
558 MachineTypes BitcodeFile::getMachineType() { in getMachineType() function in lld::coff::BitcodeFile
H A DSymbolTable.cpp37 MachineTypes MT = File->getMachineType(); in addFile()
H A DDriverUtils.cpp77 MachineTypes getMachineType(StringRef S) { in getMachineType() function
H A DDriver.cpp1087 Config->Machine = getMachineType(Arg->getValue()); in link()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolExe.cpp27 if (getMachineType() == PDB_Machine::x86) in getPointerByteSize()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolExe.h31 FORWARD_SYMBOL_METHOD(getMachineType)
H A DIPDBRawSymbol.h169 virtual PDB_Machine getMachineType() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h64 PDB_Machine getMachineType() const;
H A DNativeRawSymbol.h143 PDB_Machine getMachineType() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h138 PDB_Machine getMachineType() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp195 PDB_Machine DbiStream::getMachineType() const { in getMachineType() function in DbiStream
H A DNativeRawSymbol.cpp385 PDB_Machine NativeRawSymbol::getMachineType() const { in getMachineType() function in NativeRawSymbol
H A DPDBFile.cpp398 PDB_Machine Machine = DbiS->getMachineType(); in getPointerSize()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp212 Obj.DbiStream->MachineType = DS.getMachineType(); in dumpDbiStream()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp912 PDB_Machine DIARawSymbol::getMachineType() const { in getMachineType() function in DIARawSymbol