Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DInputFiles.h84 virtual MachineTypes getMachineType() { return IMAGE_FILE_MACHINE_UNKNOWN; } in getMachineType() function
144 MachineTypes getMachineType() override;
388 MachineTypes getMachineType() override;
404 MachineTypes getMachineType() override;
DInputFiles.cpp714 MachineTypes ObjFile::getMachineType() { in getMachineType() function in ObjFile
1112 MachineTypes BitcodeFile::getMachineType() { in getMachineType() function in BitcodeFile
1194 MachineTypes DLLFile::getMachineType() { in getMachineType() function in DLLFile
DSymbolTable.cpp45 MachineTypes mt = file->getMachineType(); in addFile()
DDriver.cpp1503 config->machine = getMachineType(arg->getValue()); in linkerMain()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DWindowsMachineFlag.h29 COFF::MachineTypes getMachineType(StringRef S);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBSymbolExe.cpp26 if (getMachineType() == PDB_Machine::x86) in getPointerByteSize()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
DObjectFilePDB.cpp61 PDB_Machine machine = dbi_stream->getMachineType(); in GetArchitecture()
137 switch (dbi_stream->getMachineType()) { in GetModuleSpecifications()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DWindowsMachineFlag.cpp22 COFF::MachineTypes llvm::getMachineType(StringRef S) { in getMachineType() function in llvm
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolExe.h30 FORWARD_SYMBOL_METHOD(getMachineType)
DIPDBRawSymbol.h164 virtual PDB_Machine getMachineType() const = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h64 PDB_Machine getMachineType() const;
DNativeRawSymbol.h142 PDB_Machine getMachineType() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h137 PDB_Machine getMachineType() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp384 PDB_Machine NativeRawSymbol::getMachineType() const { in getMachineType() function in NativeRawSymbol
DDbiStream.cpp196 PDB_Machine DbiStream::getMachineType() const { in getMachineType() function in DbiStream
DPDBFile.cpp407 PDB_Machine Machine = DbiS->getMachineType(); in getPointerSize()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp309 LibMachine = getMachineType(Arg->getValue()); in libDriverMain()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DYAMLOutputStyle.cpp211 Obj.DbiStream->MachineType = DS.getMachineType(); in dumpDbiStream()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp911 PDB_Machine DIARawSymbol::getMachineType() const { in getMachineType() function in DIARawSymbol