Home
last modified time | relevance | path

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

/external/deqp/modules/internal/
DditBuildInfoTests.cpp50 static const char* getCompilerName (int compiler) in getCompilerName() function
195 …uildEnumCase (m_testCtx, "de_compiler", "DE_COMPILER", DE_COMPILER, getCompilerName)); in init()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompilandDetails.h37 FORWARD_SYMBOL_METHOD(getCompilerName)
DIPDBRawSymbol.h59 virtual std::string getCompilerName() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h52 std::string getCompilerName() const override;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp132 MOCK_SYMBOL_ACCESSOR(getCompilerName)
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp478 std::string DIARawSymbol::getCompilerName() const { in getCompilerName() function in DIARawSymbol