Home
last modified time | relevance | path

Searched refs:getFrontEndVersion (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h26 void getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion() function
27 RawSymbol->getFrontEndVersion(Version); in getFrontEndVersion()
H A DIPDBRawSymbol.h107 virtual void getFrontEndVersion(VersionInfo &Version) const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h66 void getFrontEndVersion(VersionInfo &Version) const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h61 void getFrontEndVersion(VersionInfo &Version) const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp163 void NativeRawSymbol::getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp646 void DIARawSymbol::getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion() function in DIARawSymbol