Home
last modified time | relevance | path

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

/llvm-project/lld/COFF/
H A DInputFiles.h90 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 DInputFiles.cpp341 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 DChunks.h256 MachineTypes getMachine() const { return file->getMachineType(); }
H A DSymbolTable.cpp639 if (file->getMachineType() != AMD64) in addLazyDLLSymbol()
H A DDriver.cpp226 MachineTypes mt = file->getMachineType(); in addBuffer()
1804 MachineTypes machine = getMachineType(arg->getValue()); in linkerMain()
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolExe.cpp26 if (getMachineType() == PDB_Machine::x86) in getPointerByteSize()
/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()
/llvm-project/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/llvm/lib/Object/
H A DWindowsMachineFlag.cpp23 COFF::MachineTypes llvm::getMachineType(StringRef S) { in getMachineType() function in llvm
/llvm-project/llvm/include/llvm/Object/
H A DWindowsMachineFlag.h32 COFF::MachineTypes getMachineType(StringRef S);
/llvm-project/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/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp133 MachineType = getMachineType(Arg->getValue()); in main()
/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h137 PDB_Machine getMachineType() const override;
/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()
/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp211 Obj.DbiStream->MachineType = DS.getMachineType(); in dumpDbiStream()
/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp361 LibMachine = getMachineType(Arg->getValue()); in libDriverMain()
/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp311 MOCK_SYMBOL_ACCESSOR(getMachineType)
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp911 PDB_Machine DIARawSymbol::getMachineType() const { in getMachineType() function in DIARawSymbol