Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h60 void getFrontEndVersion(VersionInfo &Version) const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h65 void getFrontEndVersion(VersionInfo &Version) const override;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp161 void NativeRawSymbol::getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion() function in NativeRawSymbol
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp645 void DIARawSymbol::getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion() function in DIARawSymbol