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

  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 82 COFFSymbol *Symb;
84 COFFRelocation() : Symb(NULL) {}
652 const MCSymbolRefExpr *SymB = Target.getSymB();
653 const bool CrossSection = SymB &&
654 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection();
667 // In the case where we have SymbA and SymB, we just need to store the delta
683 Reloc.Symb = coff_symbol->Section->Symbol;
687 Reloc.Symb = coff_symbol;
689 ++Reloc.Symb->Relocations;
806 assert((*cr).Symb->Index != -1)
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 57 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,
94 const coff_symbol *symb = toSymb(Symb); local
95 symb += 1 + symb->NumberOfAuxSymbols;
96 Symb.p = reinterpret_cast<uintptr_t>(symb);
97 Result = SymbolRef(Symb, this)
103 const coff_symbol *symb = toSymb(Symb); local
109 const coff_symbol *symb = toSymb(Symb); local
127 const coff_symbol *symb = toSymb(Symb); local
145 const coff_symbol *symb = toSymb(Symb); local
167 const coff_symbol *symb = toSymb(Symb); local
194 const coff_symbol *symb = toSymb(Symb); local
212 const coff_symbol *symb = toSymb(Symb); local
280 const coff_symbol *symb = toSymb(Symb); local
398 const coff_symbol *symb = toSymb(Symb); local
812 const coff_symbol *symb = 0; local
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 134 MCSymbol *Symb = DU->getStringPoolEntry(String);
137 Value = new (DIEValueAllocator) DIELabel(Symb);
140 Value = new (DIEValueAllocator) DIEDelta(Symb, StringPool);
154 MCSymbol *Symb = DU->getStringPoolEntry(String);
157 Value = new (DIEValueAllocator) DIELabel(Symb);
160 Value = new (DIEValueAllocator) DIEDelta(Symb, StringPool);
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 635 const Elf_Sym *Symb,
641 const Elf_Sym *getSymbol(DataRefImpl Symb) const; // FIXME: Should be private?
642 void validateSymbol(DataRefImpl Symb) const;
646 const Elf_Sym *Symb,
651 error_code getSymbolVersion(SymbolRef Symb, StringRef &Version,
655 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
656 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
657 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
658 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
659 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const
892 const Elf_Sym *symb = getSymbol(Symb); local
940 const Elf_Sym *symb = getSymbol(Symb); local
950 const Elf_Sym *symb = getSymbol(Symb); local
999 const Elf_Sym *symb = getSymbol(Symb); local
1033 const Elf_Sym *symb = getSymbol(Symb); local
1076 const Elf_Sym *symb = getSymbol(Symb); local
1087 const Elf_Sym *symb = getSymbol(Symb); local
1151 const Elf_Sym *symb = getSymbol(Symb); local
1182 const Elf_Sym *symb = getSymbol(Symb); local
1216 const Elf_Sym *symb = getSymbol(Symb); local
1232 const Elf_Sym *symb = getSymbol(Symb); local
1999 const Elf_Sym *symb = getEntry<Elf_Sym>(sec->sh_link, symbol_index); local
    [all...]

Completed in 61 milliseconds