HomeSort by relevance Sort by last modified time
    Searched defs:getSymbolSection (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Object/
ELFObjectFile.h 218 Expected<section_iterator> getSymbolSection(const Elf_Sym *Symb,
220 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
534 ELFObjectFile<ELFT>::getSymbolSection(const Elf_Sym *ESym,
551 ELFObjectFile<ELFT>::getSymbolSection(DataRefImpl Symb) const {
554 return getSymbolSection(Sym, SymTab);
  /external/llvm/lib/Object/
COFFObjectFile.cpp 238 COFFObjectFile::getSymbolSection(DataRefImpl Ref) const {
    [all...]
MachOObjectFile.cpp 525 Expected<section_iterator> SecOrError = getSymbolSection(Symb);
576 MachOObjectFile::getSymbolSection(DataRefImpl Symb) const {
    [all...]

Completed in 176 milliseconds