Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp571 if (error(coff->getAuxSymbol<coff_aux_section_definition>(SI + 1, asd))) in PrintCOFFSymbolTable()
587 if (error(coff->getAuxSymbol<char>(SI + 1, FileName))) in PrintCOFFSymbolTable()
/external/llvm/include/llvm/Object/
DCOFF.h690 std::error_code getAuxSymbol(uint32_t index, const T *&Res) const { in getAuxSymbol() function