Home
last modified time | relevance | path

Searched refs:getBackEndVersion (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompilandDetails.h34 void getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion() function
35 RawSymbol->getBackEndVersion(Version); in getBackEndVersion()
DIPDBRawSymbol.h48 virtual void getBackEndVersion(VersionInfo &Version) const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h40 void getBackEndVersion(VersionInfo &Version) const override;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp153 void getBackEndVersion(VersionInfo &Version) const override {} in getBackEndVersion() function in __anon094266a40111::MockRawSymbol
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp454 void DIARawSymbol::getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion() function in DIARawSymbol