Searched refs:Symb (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/Object/
H A DCOFF.h104 const coff_symbol *toSymb(DataRefImpl Symb) const;
109 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
110 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
111 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
112 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
113 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
114 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const;
115 virtual error_code getSymbolFlags(DataRefImpl Symb, uint32_t &Res) const;
116 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::Type &Res) const;
117 virtual error_code getSymbolSection(DataRefImpl Symb,
[all...]
H A DMachO.h55 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
56 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
57 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
58 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
59 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
60 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const;
61 virtual error_code getSymbolFlags(DataRefImpl Symb, uint32_t &Res) const;
62 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::Type &Res) const;
63 virtual error_code getSymbolSection(DataRefImpl Symb,
H A DELF.h514 const Elf_Sym *Symb,
520 const Elf_Sym *getSymbol(DataRefImpl Symb) const; // FIXME: Should be private?
521 void validateSymbol(DataRefImpl Symb) const;
525 const Elf_Sym *Symb,
530 error_code getSymbolVersion(SymbolRef Symb, StringRef &Version,
533 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
534 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
535 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
536 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
537 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_
730 getSymbolNext(DataRefImpl Symb, SymbolRef &Result) const argument
758 getSymbolName(DataRefImpl Symb, StringRef &Result) const argument
770 DataRefImpl Symb = SymRef.getRawDataRefImpl(); local
813 getSymbolFileOffset(DataRefImpl Symb, uint64_t &Result) const argument
848 getSymbolAddress(DataRefImpl Symb, uint64_t &Result) const argument
881 getSymbolSize(DataRefImpl Symb, uint64_t &Result) const argument
893 getSymbolNMTypeChar(DataRefImpl Symb, char &Result) const argument
958 getSymbolType(DataRefImpl Symb, SymbolRef::Type &Result) const argument
990 getSymbolFlags(DataRefImpl Symb, uint32_t &Result) const argument
1025 getSymbolSection(DataRefImpl Symb, section_iterator &Res) const argument
1182 sectionContainsSymbol(DataRefImpl Sec, DataRefImpl Symb, bool &Result) const argument
[all...]
H A DObjectFile.h288 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const = 0;
289 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const = 0;
290 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const =0;
291 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const =0;
292 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const = 0;
293 virtual error_code getSymbolType(DataRefImpl Symb,
295 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const = 0;
296 virtual error_code getSymbolFlags(DataRefImpl Symb,
298 virtual error_code getSymbolSection(DataRefImpl Symb,
317 virtual error_code sectionContainsSymbol(DataRefImpl Sec, DataRefImpl Symb,
[all...]
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp57 const coff_symbol *COFFObjectFile::toSymb(DataRefImpl Symb) const {
58 const coff_symbol *addr = reinterpret_cast<const coff_symbol*>(Symb.p);
92 error_code COFFObjectFile::getSymbolNext(DataRefImpl Symb, argument
94 const coff_symbol *symb = toSymb(Symb);
96 Symb.p = reinterpret_cast<uintptr_t>(symb);
97 Result = SymbolRef(Symb, this);
101 error_code COFFObjectFile::getSymbolName(DataRefImpl Symb, argument
103 const coff_symbol *symb = toSymb(Symb);
107 error_code COFFObjectFile::getSymbolFileOffset(DataRefImpl Symb, argument
109 const coff_symbol *symb = toSymb(Symb);
125 getSymbolAddress(DataRefImpl Symb, uint64_t &Result) const argument
143 getSymbolType(DataRefImpl Symb, SymbolRef::Type &Result) const argument
165 getSymbolFlags(DataRefImpl Symb, uint32_t &Result) const argument
189 getSymbolSize(DataRefImpl Symb, uint64_t &Result) const argument
210 getSymbolNMTypeChar(DataRefImpl Symb, char &Result) const argument
278 getSymbolSection(DataRefImpl Symb, section_iterator &Result) const argument
382 sectionContainsSymbol(DataRefImpl Sec, DataRefImpl Symb, bool &Result) const argument
709 DataRefImpl Symb; local
[all...]
H A DMachOObjectFile.cpp314 error_code MachOObjectFile::getSymbolSection(DataRefImpl Symb, argument
319 getSymbol64TableEntry(Symb, Entry);
323 getSymbolTableEntry(Symb, Entry);
335 error_code MachOObjectFile::getSymbolType(DataRefImpl Symb, argument
340 getSymbol64TableEntry(Symb, Entry);
344 getSymbolTableEntry(Symb, Entry);
616 DataRefImpl Symb,
619 getSymbolType(Symb, ST);
632 getSymbol64TableEntry(Symb, Entry);
637 getSymbolTableEntry(Symb, Entr
615 sectionContainsSymbol(DataRefImpl Sec, DataRefImpl Symb, bool &Result) const argument
[all...]
/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp86 COFFSymbol *Symb; member in struct:__anon8798::COFFRelocation
88 COFFRelocation() : Symb(NULL) {}
684 Reloc.Symb = coff_symbol->Section->Symbol;
688 Reloc.Symb = coff_symbol;
690 ++Reloc.Symb->Relocations;
807 assert((*cr).Symb->Index != -1);
808 (*cr).Data.SymbolTableIndex = (*cr).Symb->Index;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp86 MCSymbol *Symb = DD->getStringPoolEntry(String); local
89 Value = new (DIEValueAllocator) DIELabel(Symb);
92 Value = new (DIEValueAllocator) DIEDelta(Symb, StringPool);

Completed in 105 milliseconds