HomeSort by relevance Sort by last modified time
    Searched refs:getAuxSymbol (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 698 if (error(coff->getAuxSymbol<coff_aux_section_definition>(SI + 1, asd)))
712 if (error(coff->getAuxSymbol<coff_aux_file>(SI + 1, AF)))
  /external/llvm/include/llvm/Object/
COFF.h 454 std::error_code getAuxSymbol(uint32_t index, const T *&Res) const {

Completed in 194 milliseconds