Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDInputFiles.h80 virtual MachineTypes getMachineType() { return IMAGE_FILE_MACHINE_UNKNOWN; } in getMachineType() function
140 MachineTypes getMachineType() override;
348 MachineTypes getMachineType() override;
HDInputFiles.cpp357 if (getMachineType() == I386) in recordPrevailingSymbolForMingw()
689 MachineTypes ObjFile::getMachineType() { in getMachineType() function in lld::coff::ObjFile
955 MachineTypes BitcodeFile::getMachineType() { in getMachineType() function in lld::coff::BitcodeFile
HDSymbolTable.cpp39 MachineTypes mt = file->getMachineType(); in addFile()
HDDriver.cpp1310 config->machine = getMachineType(arg->getValue()); in link()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDWindowsMachineFlag.h29 COFF::MachineTypes getMachineType(StringRef S);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBSymbolExe.cpp26 if (getMachineType() == PDB_Machine::x86) in getPointerByteSize()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDWindowsMachineFlag.cpp22 COFF::MachineTypes llvm::getMachineType(StringRef S) { in getMachineType() function in llvm
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDPDBSymbolExe.h30 FORWARD_SYMBOL_METHOD(getMachineType)
HDIPDBRawSymbol.h168 virtual PDB_Machine getMachineType() const = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDDbiStream.h64 PDB_Machine getMachineType() const;
HDNativeRawSymbol.h142 PDB_Machine getMachineType() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIARawSymbol.h137 PDB_Machine getMachineType() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDDbiStream.cpp196 PDB_Machine DbiStream::getMachineType() const { in getMachineType() function in DbiStream
HDNativeRawSymbol.cpp384 PDB_Machine NativeRawSymbol::getMachineType() const { in getMachineType() function in NativeRawSymbol
HDPDBFile.cpp406 PDB_Machine Machine = DbiS->getMachineType(); in getPointerSize()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
HDLibDriver.cpp309 LibMachine = getMachineType(Arg->getValue()); in libDriverMain()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDYAMLOutputStyle.cpp211 Obj.DbiStream->MachineType = DS.getMachineType(); in dumpDbiStream()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp911 PDB_Machine DIARawSymbol::getMachineType() const { in getMachineType() function in DIARawSymbol