Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp386 if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName)) in darwinPrintSymbol()
525 if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName)) in darwinPrintSymbol()
847 if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName)) in printSymbolList()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h430 std::error_code getIndirectName(DataRefImpl Symb, StringRef &Res) const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1806 std::error_code MachOObjectFile::getIndirectName(DataRefImpl Symb, in getIndirectName() function in MachOObjectFile