Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DInputFiles.h85 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 DInputFiles.cpp685 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 DSymbolTable.cpp56 MachineTypes mt = file->getMachineType(); in addFile()
H A DDriver.cpp1638 config->machine = getMachineType(arg->getValue()); in linkerMain()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWindowsMachineFlag.h29 COFF::MachineTypes getMachineType(StringRef S);
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolExe.cpp26 if (getMachineType() == PDB_Machine::x86) in getPointerByteSize()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWindowsMachineFlag.cpp22 COFF::MachineTypes llvm::getMachineType(StringRef S) { in getMachineType() function in llvm
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolExe.h30 FORWARD_SYMBOL_METHOD(getMachineType)
H A DIPDBRawSymbol.h164 virtual PDB_Machine getMachineType() const = 0;
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp56 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 DDbiStream.h66 PDB_Machine getMachineType() const;
H A DNativeRawSymbol.h142 PDB_Machine getMachineType() const override;
/llvm-project-15.0.7/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp134 MachineType = getMachineType(Arg->getValue()); in main()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h137 PDB_Machine getMachineType() const override;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp194 PDB_Machine DbiStream::getMachineType() const { in getMachineType() function in DbiStream
H A DNativeRawSymbol.cpp383 PDB_Machine NativeRawSymbol::getMachineType() const { in getMachineType() function in NativeRawSymbol
H A DPDBFile.cpp406 PDB_Machine Machine = DbiS->getMachineType(); in getPointerSize()
/llvm-project-15.0.7/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp325 LibMachine = getMachineType(Arg->getValue()); in libDriverMain()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp211 Obj.DbiStream->MachineType = DS.getMachineType(); in dumpDbiStream()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp311 MOCK_SYMBOL_ACCESSOR(getMachineType)
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp911 PDB_Machine DIARawSymbol::getMachineType() const { in getMachineType() function in DIARawSymbol