/llvm-project/lld/COFF/ |
H A D | InputFiles.h | 90 virtual MachineTypes getMachineType() const { 145 MachineTypes getMachineType() const override; 354 MachineTypes getMachineType() const override { return getMachineType(mb); } 355 static MachineTypes getMachineType(MemoryBufferRef m); 402 MachineTypes getMachineType() const override { 403 return getMachineType(obj.get()); 405 static MachineTypes getMachineType(const llvm::lto::InputFile *obj); 422 MachineTypes getMachineType() const override; 85 virtual MachineTypes getMachineType() { return IMAGE_FILE_MACHINE_UNKNOWN; } getMachineType() function
|
H A D | InputFiles.cpp | 341 if (isArm64EC(getMachineType())) in readAssociativeDefinition() 362 else if (isArm64EC(getMachineType()) && name == ".hybmp$x") in readAssociativeDefinition() 516 if (isArm64EC(getMachineType()) && in handleComdatSelection() 589 if (symtab.isEC() && getMachineType() == AMD64) { in handleComdatSelection() 872 MachineTypes ObjFile::getMachineType() const { 1132 : InputFile(ctx.getSymtab(getMachineType(m)), ImportKind, m), in parse() 1135 MachineTypes ImportFile::getMachineType(MemoryBufferRef m) { 1296 return make<BitcodeFile>(ctx.getSymtab(getMachineType(obj.get())), mb, obj, 1374 MachineTypes BitcodeFile::getMachineType(const llvm::lto::InputFile *obj) { 1456 MachineTypes DLLFile::getMachineType() cons 727 MachineTypes ObjFile::getMachineType() { getMachineType() function in ObjFile 1142 MachineTypes BitcodeFile::getMachineType() { getMachineType() function in BitcodeFile 1223 MachineTypes DLLFile::getMachineType() { getMachineType() function in DLLFile [all...] |
H A D | Chunks.h | 256 MachineTypes getMachine() const { return file->getMachineType(); }
|
H A D | SymbolTable.cpp | 639 if (file->getMachineType() != AMD64) in addLazyDLLSymbol()
|
H A D | Driver.cpp | 226 MachineTypes mt = file->getMachineType(); in addBuffer() 1804 MachineTypes machine = getMachineType(arg->getValue()); in linkerMain()
|
/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolExe.cpp | 26 if (getMachineType() == PDB_Machine::x86) in getPointerByteSize()
|
/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
H A D | ObjectFilePDB.cpp | 56 PDB_Machine machine = dbi_stream->getMachineType(); in GetArchitecture() 137 switch (dbi_stream->getMachineType()) { in GetModuleSpecifications()
|
/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;
|
/llvm-project/llvm/lib/Object/ |
H A D | WindowsMachineFlag.cpp | 23 COFF::MachineTypes llvm::getMachineType(StringRef S) { in getMachineType() function in llvm
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | WindowsMachineFlag.h | 32 COFF::MachineTypes getMachineType(StringRef S);
|
/llvm-project/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/llvm/tools/llvm-cvtres/ |
H A D | llvm-cvtres.cpp | 133 MachineType = getMachineType(Arg->getValue()); in main()
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.h | 137 PDB_Machine getMachineType() const override;
|
/llvm-project/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 | 405 PDB_Machine Machine = DbiS->getMachineType(); in getPointerSize()
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | YAMLOutputStyle.cpp | 211 Obj.DbiStream->MachineType = DS.getMachineType(); in dumpDbiStream()
|
/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 361 LibMachine = getMachineType(Arg->getValue()); in libDriverMain()
|
/llvm-project/llvm/unittests/DebugInfo/PDB/ |
H A D | PDBApiTest.cpp | 311 MOCK_SYMBOL_ACCESSOR(getMachineType)
|
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 911 PDB_Machine DIARawSymbol::getMachineType() const { in getMachineType() function in DIARawSymbol
|