Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h32 FORWARD_SYMBOL_METHOD(getCompilerName)
H A DIPDBRawSymbol.h99 virtual std::string getCompilerName() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h74 std::string getCompilerName() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h79 std::string getCompilerName() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp149 std::string NativeRawSymbol::getCompilerName() const { in getCompilerName() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp633 std::string DIARawSymbol::getCompilerName() const { in getCompilerName() function in DIARawSymbol