Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp408 std::string getStaticSymbolName(uint32_t Index) const;
924 std::string ELFDumper<ELFT>::getStaticSymbolName(uint32_t Index) const { in getStaticSymbolName() function in ELFDumper
5128 Fields[1].Str = this->getStaticSymbolName(Sym); in printAddrsig()
6427 std::string Name = this->getStaticSymbolName(Index); in getSymbolIndexesForFunctionAddress()
6457 std::string Name = this->getStaticSymbolName(Index); in getSymbolIndexesForFunctionAddress()
6499 FuncSymNames.push_back(this->getStaticSymbolName(Index)); in printFunctionStackSize()
7537 W.printNumber("From", this->getStaticSymbolName(From), From); in printCGProfile()
7538 W.printNumber("To", this->getStaticSymbolName(To), To); in printCGProfile()
7589 FuncName = this->getStaticSymbolName(FuncSymIndex.front()); in printBBAddrMaps()
7621 W.printNumber("Sym", this->getStaticSymbolName(Sym), Sym); in printAddrsig()