Home
last modified time | relevance | path

Searched refs:getLibraryName (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.cpp34 dumpSymbolField(OS, "libraryName", getLibraryName(), Indent); in dump()
51 std::string NativeCompilandSymbol::getLibraryName() const { in getLibraryName() function in llvm::pdb::NativeCompilandSymbol
H A DNativeRawSymbol.cpp175 std::string NativeRawSymbol::getLibraryName() const { in getLibraryName() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompiland.h28 FORWARD_SYMBOL_METHOD(getLibraryName)
H A DIPDBRawSymbol.h105 virtual std::string getLibraryName() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.h29 std::string getLibraryName() const override;
H A DNativeRawSymbol.h84 std::string getLibraryName() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h79 std::string getLibraryName() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp660 std::string DIARawSymbol::getLibraryName() const { in getLibraryName() function in DIARawSymbol