Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h33 FORWARD_SYMBOL_METHOD(getCompilerName)
H A DIPDBRawSymbol.h99 virtual std::string getCompilerName() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h79 std::string getCompilerName() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h74 std::string getCompilerName() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp150 std::string NativeRawSymbol::getCompilerName() const { in getCompilerName() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp633 std::string DIARawSymbol::getCompilerName() const { in getCompilerName() function in DIARawSymbol