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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp698 coff->getAuxSymbol<coff_aux_section_definition>(SI + 1, asd))
714 if (std::error_code EC = coff->getAuxSymbol<char>(SI + 1, FileName))
726 coff->getAuxSymbol<coff_aux_weak_external>(SI + 1, awe))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1015 std::error_code getAuxSymbol(uint32_t index, const T *&Res) const { function in class:llvm::object::frame_type::COFFObjectFile

Completed in 119 milliseconds