| /llvm-project-15.0.7/lld/COFF/ |
| H A D | InputFiles.h | 85 virtual MachineTypes getMachineType() { return IMAGE_FILE_MACHINE_UNKNOWN; } in getMachineType() function 136 MachineTypes getMachineType() override; 374 MachineTypes getMachineType() override; 391 MachineTypes getMachineType() override;
|
| H A D | InputFiles.cpp | 685 MachineTypes ObjFile::getMachineType() { in getMachineType() function in ObjFile 1088 MachineTypes BitcodeFile::getMachineType() { in getMachineType() function in BitcodeFile 1170 MachineTypes DLLFile::getMachineType() { in getMachineType() function in DLLFile
|
| H A D | SymbolTable.cpp | 56 MachineTypes mt = file->getMachineType(); in addFile()
|
| H A D | Driver.cpp | 1638 config->machine = getMachineType(arg->getValue()); in linkerMain()
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | WindowsMachineFlag.h | 29 COFF::MachineTypes getMachineType(StringRef S);
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolExe.cpp | 26 if (getMachineType() == PDB_Machine::x86) in getPointerByteSize()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | WindowsMachineFlag.cpp | 22 COFF::MachineTypes llvm::getMachineType(StringRef S) { in getMachineType() function in llvm
|
| /llvm-project-15.0.7/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;
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PDB/ |
| H A D | ObjectFilePDB.cpp | 56 PDB_Machine machine = dbi_stream->getMachineType(); in GetArchitecture() 132 switch (dbi_stream->getMachineType()) { in GetModuleSpecifications()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiStream.h | 66 PDB_Machine getMachineType() const;
|
| H A D | NativeRawSymbol.h | 142 PDB_Machine getMachineType() const override;
|
| /llvm-project-15.0.7/llvm/tools/llvm-cvtres/ |
| H A D | llvm-cvtres.cpp | 134 MachineType = getMachineType(Arg->getValue()); in main()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 137 PDB_Machine getMachineType() const override;
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiStream.cpp | 194 PDB_Machine DbiStream::getMachineType() const { in getMachineType() function in DbiStream
|
| H A D | NativeRawSymbol.cpp | 383 PDB_Machine NativeRawSymbol::getMachineType() const { in getMachineType() function in NativeRawSymbol
|
| H A D | PDBFile.cpp | 406 PDB_Machine Machine = DbiS->getMachineType(); in getPointerSize()
|
| /llvm-project-15.0.7/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 325 LibMachine = getMachineType(Arg->getValue()); in libDriverMain()
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | YAMLOutputStyle.cpp | 211 Obj.DbiStream->MachineType = DS.getMachineType(); in dumpDbiStream()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/ |
| H A D | PDBApiTest.cpp | 311 MOCK_SYMBOL_ACCESSOR(getMachineType)
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 911 PDB_Machine DIARawSymbol::getMachineType() const { in getMachineType() function in DIARawSymbol
|