Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp410 std::string getStaticSymbolName(uint32_t Index) const;
939 std::string ELFDumper<ELFT>::getStaticSymbolName(uint32_t Index) const { in getStaticSymbolName() function in ELFDumper
5236 Fields[1].Str = this->getStaticSymbolName(Sym); in printAddrsig()
6574 std::string Name = this->getStaticSymbolName(Index); in getSymbolIndexesForFunctionAddress()
6604 std::string Name = this->getStaticSymbolName(Index); in getSymbolIndexesForFunctionAddress()
6646 FuncSymNames.push_back(this->getStaticSymbolName(Index)); in printFunctionStackSize()
7750 W.printNumber("From", this->getStaticSymbolName(From), From); in printCGProfile()
7751 W.printNumber("To", this->getStaticSymbolName(To), To); in printCGProfile()
7805 FuncName = this->getStaticSymbolName(FuncSymIndex.front()); in printBBAddrMaps()
7882 W.printNumber("Sym", this->getStaticSymbolName(Sym), Sym); in printAddrsig()