Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h34 FORWARD_SYMBOL_METHOD(getCompilerName)
H A DIPDBRawSymbol.h104 virtual std::string getCompilerName() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h80 std::string getCompilerName() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h75 std::string getCompilerName() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp151 std::string NativeRawSymbol::getCompilerName() const { in getCompilerName() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp634 std::string DIARawSymbol::getCompilerName() const { in getCompilerName() function in DIARawSymbol