Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h24 void getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion() function
25 RawSymbol->getFrontEndVersion(Version); in getFrontEndVersion()
H A DIPDBRawSymbol.h102 virtual void getFrontEndVersion(VersionInfo &Version) const = 0;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h65 void getFrontEndVersion(VersionInfo &Version) const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h60 void getFrontEndVersion(VersionInfo &Version) const override;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp161 void NativeRawSymbol::getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion() function in NativeRawSymbol
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp229 void getFrontEndVersion(VersionInfo &Version) const override {} in getFrontEndVersion() function in __anonb072cdf30111::MockRawSymbol
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp645 void DIARawSymbol::getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion() function in DIARawSymbol