Home
last modified time | relevance | path

Searched refs:sectionContainsSymbol (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Object/
DObjectFile.h236 virtual bool sectionContainsSymbol(DataRefImpl Sec,
420 return OwningObject->sectionContainsSymbol(SectionPimpl, in containsSymbol()
DELFObjectFile.h104 bool sectionContainsSymbol(DataRefImpl Sec, DataRefImpl Symb) const override;
495 bool ELFObjectFile<ELFT>::sectionContainsSymbol(DataRefImpl Sec, in sectionContainsSymbol() function
DMachO.h228 bool sectionContainsSymbol(DataRefImpl Sec, DataRefImpl Symb) const override;
DCOFF.h605 bool sectionContainsSymbol(DataRefImpl Sec, DataRefImpl Symb) const override;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp274 if (!sectionContainsSymbol(SecI->getRawDataRefImpl(), Ref)) in getSymbolSize()
377 bool COFFObjectFile::sectionContainsSymbol(DataRefImpl SecRef, in sectionContainsSymbol() function in COFFObjectFile
DMachOObjectFile.cpp627 bool MachOObjectFile::sectionContainsSymbol(DataRefImpl Sec, in sectionContainsSymbol() function in MachOObjectFile