Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h205 std::error_code getIndirectName(DataRefImpl Symb, StringRef &Res) const;
/NextBSD/contrib/llvm/tools/llvm-nm/
HDllvm-nm.cpp377 if (MachO->getIndirectName(I->Sym.getRawDataRefImpl(), IndirectName)) in darwinPrintSymbol()
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp357 std::error_code MachOObjectFile::getIndirectName(DataRefImpl Symb, in getIndirectName() function in MachOObjectFile