| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.h | 84 virtual MachineTypes getMachineType() { return IMAGE_FILE_MACHINE_UNKNOWN; } in getMachineType() function 144 MachineTypes getMachineType() override; 388 MachineTypes getMachineType() override; 404 MachineTypes getMachineType() override;
|
| H A D | InputFiles.cpp | 714 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
|
| H A D | SymbolTable.cpp | 45 MachineTypes mt = file->getMachineType(); in addFile()
|
| H A D | Driver.cpp | 1503 config->machine = getMachineType(arg->getValue()); in linkerMain()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | WindowsMachineFlag.h | 29 COFF::MachineTypes getMachineType(StringRef S);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolExe.cpp | 26 if (getMachineType() == PDB_Machine::x86) in getPointerByteSize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WindowsMachineFlag.cpp | 22 COFF::MachineTypes llvm::getMachineType(StringRef S) { in getMachineType() function in llvm
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolExe.h | 30 FORWARD_SYMBOL_METHOD(getMachineType)
|
| H A D | IPDBRawSymbol.h | 164 virtual PDB_Machine getMachineType() const = 0;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
| H A D | ObjectFilePDB.cpp | 61 PDB_Machine machine = dbi_stream->getMachineType(); in GetArchitecture() 137 switch (dbi_stream->getMachineType()) { in GetModuleSpecifications()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiStream.h | 64 PDB_Machine getMachineType() const;
|
| H A D | NativeRawSymbol.h | 142 PDB_Machine getMachineType() const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 137 PDB_Machine getMachineType() const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiStream.cpp | 196 PDB_Machine DbiStream::getMachineType() const { in getMachineType() function in DbiStream
|
| H A D | NativeRawSymbol.cpp | 384 PDB_Machine NativeRawSymbol::getMachineType() const { in getMachineType() function in NativeRawSymbol
|
| H A D | PDBFile.cpp | 407 PDB_Machine Machine = DbiS->getMachineType(); in getPointerSize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 309 LibMachine = getMachineType(Arg->getValue()); in libDriverMain()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | YAMLOutputStyle.cpp | 211 Obj.DbiStream->MachineType = DS.getMachineType(); in dumpDbiStream()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 911 PDB_Machine DIARawSymbol::getMachineType() const { in getMachineType() function in DIARawSymbol
|