Home
last modified time | relevance | path

Searched refs:VersionInfo (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h168 VersionInfoType VersionInfo; variable
287 VersionInfo.EmitBuildVersion = false;
289 VersionInfo.Major = Major;
290 VersionInfo.Minor = Minor;
291 VersionInfo.Update = Update;
292 VersionInfo.SDKVersion = SDKVersion;
297 VersionInfo.EmitBuildVersion = true;
299 VersionInfo.Major = Major;
300 VersionInfo.Minor = Minor;
301 VersionInfo.Update = Update;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h24 void getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion()
28 void getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion()
H A DPDBExtras.h41 raw_ostream &operator<<(raw_ostream &OS, const VersionInfo &Version);
H A DIPDBRawSymbol.h86 virtual void getBackEndVersion(VersionInfo &Version) const = 0;
102 virtual void getFrontEndVersion(VersionInfo &Version) const = 0;
H A DPDBTypes.h387 struct VersionInfo { struct
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp785 const MCAssembler::VersionInfoType &VersionInfo = in writeObject() local
796 if (VersionInfo.Major != 0) { in writeObject()
798 if (VersionInfo.EmitBuildVersion) in writeObject()
899 [&](const MCAssembler::VersionInfoType &VersionInfo) { in writeObject() argument
910 VersionInfo.Major, VersionInfo.Minor, VersionInfo.Update)); in writeObject()
911 uint32_t SDKVersion = !VersionInfo.SDKVersion.empty() in writeObject()
914 if (VersionInfo.EmitBuildVersion) { in writeObject()
918 W.write<uint32_t>(VersionInfo.TypeOrPlatform.Platform); in writeObject()
924 getLCFromMCVM(VersionInfo.TypeOrPlatform.Type); in writeObject()
931 if (VersionInfo.Major != 0) in writeObject()
[all …]
H A DMCAssembler.cpp92 VersionInfo.Major = 0; // Major version == 0 for "none specified" in MCAssembler()
112 VersionInfo.Major = 0; in reset()
113 VersionInfo.SDKVersion = VersionTuple(); in reset()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h145 support::ulittle32_t VersionInfo; // cpuid 1: eax member
209 VSFixedFileInfo VersionInfo; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h65 void getFrontEndVersion(VersionInfo &Version) const override;
66 void getBackEndVersion(VersionInfo &Version) const override;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h60 void getFrontEndVersion(VersionInfo &Version) const override;
61 void getBackEndVersion(VersionInfo &Version) const override;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp138 static bool VersionInfo; variable
285 opts::VersionInfo = Args.hasArg(OPT_version_info); in parseOptions()
451 if (opts::VersionInfo) in dumpObject()
678 opts::VersionInfo = true; in llvm_readobj_main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp118 void NativeRawSymbol::getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion()
161 void NativeRawSymbol::getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp240 mapRequiredHex(IO, "Version Info", Info.VersionInfo); in mapping()
283 IO.mapOptional("Version Info", M.Entry.VersionInfo, VSFixedFileInfo()); in mapping()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp400 const VersionInfo &Version) { in operator <<()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp596 void DIARawSymbol::getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion()
645 void DIARawSymbol::getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp280 m.VersionInfo = info; in AddModuleList()
/freebsd-14.2/contrib/libpcap/
H A DCHANGES296 Use the correct string for the DLL VersionInfo.