| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.h | 90 virtual MachineTypes getMachineType() const { in getMachineType() function 145 MachineTypes getMachineType() const override; 354 MachineTypes getMachineType() const override { return getMachineType(mb); } in getMachineType() function 355 static MachineTypes getMachineType(MemoryBufferRef m); 402 MachineTypes getMachineType() const override { in getMachineType() function 403 return getMachineType(obj.get()); in getMachineType() 405 static MachineTypes getMachineType(const llvm::lto::InputFile *obj); 422 MachineTypes getMachineType() const override;
|
| H A D | InputFiles.cpp | 194 machine = BitcodeFile::getMachineType(obj.get()); in parse() 423 if (isArm64EC(getMachineType())) in readSection() 444 else if (isArm64EC(getMachineType()) && name == ".hybmp$x") in readSection() 598 if (isArm64EC(getMachineType()) && in initializeSymbols() 671 if (symtab.isEC() && getMachineType() == AMD64) { in createUndefined() 954 MachineTypes ObjFile::getMachineType() const { in getMachineType() function in ObjFile 1214 : InputFile(ctx.getSymtab(getMachineType(m)), ImportKind, m), in ImportFile() 1217 MachineTypes ImportFile::getMachineType(MemoryBufferRef m) { in getMachineType() function in ImportFile 1378 return make<BitcodeFile>(ctx.getSymtab(getMachineType(obj.get())), mb, obj, in create() 1456 MachineTypes BitcodeFile::getMachineType(const llvm::lto::InputFile *obj) { in getMachineType() function in BitcodeFile [all …]
|
| H A D | DLL.cpp | 1073 switch (s->file->getMachineType()) { in newThunkChunk()
|
| H A D | Chunks.cpp | 65 MachineTypes machine = file->getMachineType(); in getMachine()
|
| H A D | Driver.cpp | 223 MachineTypes mt = file->getMachineType(); in addFile() 1828 MachineTypes machine = getMachineType(arg->getValue()); in linkerMain()
|
| H A D | SymbolTable.cpp | 652 if (file->getMachineType() != AMD64) in initializeECThunks()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolExe.cpp | 26 if (getMachineType() == PDB_Machine::x86) in getPointerByteSize()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolExe.h | 31 FORWARD_SYMBOL_METHOD(getMachineType)
|
| H A D | IPDBRawSymbol.h | 165 virtual PDB_Machine getMachineType() const = 0;
|
| /freebsd/contrib/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WindowsMachineFlag.cpp | 23 COFF::MachineTypes llvm::getMachineType(StringRef S) { in getMachineType() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | WindowsMachineFlag.h | 33 LLVM_ABI COFF::MachineTypes getMachineType(StringRef S);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiStream.h | 67 LLVM_ABI PDB_Machine getMachineType() const;
|
| H A D | NativeRawSymbol.h | 143 PDB_Machine getMachineType() const override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 137 PDB_Machine getMachineType() const override;
|
| /freebsd/contrib/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()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | YAMLOutputStyle.cpp | 220 Obj.DbiStream->MachineType = DS.getMachineType(); in dumpDbiStream()
|
| /freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 361 LibMachine = getMachineType(Arg->getValue()); in libDriverMain()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 911 PDB_Machine DIARawSymbol::getMachineType() const { in getMachineType() function in DIARawSymbol
|