| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAssembler.h | 168 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 D | PDBSymbolCompilandDetails.h | 24 void getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion() 28 void getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion()
|
| H A D | PDBExtras.h | 41 raw_ostream &operator<<(raw_ostream &OS, const VersionInfo &Version);
|
| H A D | IPDBRawSymbol.h | 86 virtual void getBackEndVersion(VersionInfo &Version) const = 0; 102 virtual void getFrontEndVersion(VersionInfo &Version) const = 0;
|
| H A D | PDBTypes.h | 387 struct VersionInfo { struct
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 785 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 D | MCAssembler.cpp | 92 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 D | Minidump.h | 145 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 D | NativeRawSymbol.h | 65 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 D | DIARawSymbol.h | 60 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 D | llvm-readobj.cpp | 138 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 D | NativeRawSymbol.cpp | 118 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 D | MinidumpYAML.cpp | 240 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 D | PDBExtras.cpp | 400 const VersionInfo &Version) { in operator <<()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 596 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 D | MinidumpFileBuilder.cpp | 280 m.VersionInfo = info; in AddModuleList()
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | CHANGES | 296 Use the correct string for the DLL VersionInfo.
|