Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h90 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 DInputFiles.cpp194 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 DDLL.cpp1073 switch (s->file->getMachineType()) { in newThunkChunk()
H A DChunks.cpp65 MachineTypes machine = file->getMachineType(); in getMachine()
H A DDriver.cpp223 MachineTypes mt = file->getMachineType(); in addFile()
1828 MachineTypes machine = getMachineType(arg->getValue()); in linkerMain()
H A DSymbolTable.cpp652 if (file->getMachineType() != AMD64) in initializeECThunks()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolExe.cpp26 if (getMachineType() == PDB_Machine::x86) in getPointerByteSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolExe.h31 FORWARD_SYMBOL_METHOD(getMachineType)
H A DIPDBRawSymbol.h165 virtual PDB_Machine getMachineType() const = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp56 PDB_Machine machine = dbi_stream->getMachineType(); in GetArchitecture()
137 switch (dbi_stream->getMachineType()) { in GetModuleSpecifications()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsMachineFlag.cpp23 COFF::MachineTypes llvm::getMachineType(StringRef S) { in getMachineType() function in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsMachineFlag.h33 LLVM_ABI COFF::MachineTypes getMachineType(StringRef S);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h67 LLVM_ABI PDB_Machine getMachineType() const;
H A DNativeRawSymbol.h143 PDB_Machine getMachineType() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h137 PDB_Machine getMachineType() const override;
/freebsd/contrib/llvm-project/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.cpp405 PDB_Machine Machine = DbiS->getMachineType(); in getPointerSize()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp220 Obj.DbiStream->MachineType = DS.getMachineType(); in dumpDbiStream()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp361 LibMachine = getMachineType(Arg->getValue()); in libDriverMain()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp911 PDB_Machine DIARawSymbol::getMachineType() const { in getMachineType() function in DIARawSymbol