HomeSort by: relevance | last modified time | path
    Searched defs:getSymbolSection (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h 273 Expected<section_iterator> getSymbolSection(const Elf_Sym *Symb,
275 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
510 if (Expected<section_iterator> SecOrErr = getSymbolSection(Sym)) {
768 ELFObjectFile<ELFT>::getSymbolSection(const Elf_Sym *ESym,
795 ELFObjectFile<ELFT>::getSymbolSection(DataRefImpl Symb) const {
803 return getSymbolSection(*SymOrErr, *SymTabOrErr);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 247 COFFObjectFile::getSymbolSection(DataRefImpl Ref) const {
WasmObjectFile.cpp 1578 WasmObjectFile::getSymbolSection(DataRefImpl Symb) const {
XCOFFObjectFile.cpp 224 XCOFFObjectFile::getSymbolSection(DataRefImpl Symb) const {
MachOObjectFile.cpp 1835 Expected<section_iterator> SecOrError = getSymbolSection(Symb);
1888 MachOObjectFile::getSymbolSection(DataRefImpl Symb) const {

Completed in 27 milliseconds