Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp338 uint64_t SymValue, std::optional<const Elf_Shdr *> FunctionSec);
339 bool printFunctionStackSize(uint64_t SymValue,
6657 uint64_t SymValue, std::optional<const Elf_Shdr *> FunctionSec) { in getSymbolIndexesForFunctionAddress() argument
6691 auto Symbols = this->AddressToIndexMap->find(SymValue); in getSymbolIndexesForFunctionAddress()
6723 uint64_t SymValue, std::optional<const Elf_Shdr *> FunctionSec, in printFunctionStackSize() argument
6726 this->getSymbolIndexesForFunctionAddress(SymValue, FunctionSec); in printFunctionStackSize()
6812 uint64_t SymValue = Resolver(R.Type, Offset, RelocSymValue, in printStackSize() local
6814 this->printFunctionStackSize(SymValue, FunctionSec, StackSizeSec, Data, in printStackSize()
6840 uint64_t SymValue = Data.getAddress(&Offset); in printNonRelocatableStackSizes() local
6841 if (!printFunctionStackSize(SymValue, /*FunctionSec=*/std::nullopt, Sec, in printNonRelocatableStackSizes()