Home
last modified time | relevance | path

Searched refs:getUndecoratedName (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolPublicSymbol.h37 FORWARD_SYMBOL_METHOD(getUndecoratedName)
H A DPDBSymbolFunc.h72 FORWARD_SYMBOL_METHOD(getUndecoratedName)
H A DIPDBRawSymbol.h147 virtual std::string getUndecoratedName() const = 0;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h125 std::string getUndecoratedName() const override;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h120 std::string getUndecoratedName() const override;
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp328 std::string NativeRawSymbol::getUndecoratedName() const { in getUndecoratedName() function in NativeRawSymbol
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp835 std::string DIARawSymbol::getUndecoratedName() const { in getUndecoratedName() function in DIARawSymbol