Home
last modified time | relevance | path

Searched defs:Symb (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Object/
DELFObjectFile.h129 Elf_Sym_Iter toELFSymIter(DataRefImpl Symb) const { in toELFSymIter()
139 DataRefImpl toDRI(Elf_Sym_Iter Symb) const { in toDRI()
222 void ELFObjectFile<ELFT>::moveSymbolNext(DataRefImpl &Symb) const { in moveSymbolNext()
227 std::error_code ELFObjectFile<ELFT>::getSymbolName(DataRefImpl Symb, in getSymbolName()
240 DataRefImpl Symb = SymRef.getRawDataRefImpl(); in getSymbolVersion() local
251 std::error_code ELFObjectFile<ELFT>::getSymbolAddress(DataRefImpl Symb, in getSymbolAddress()
280 std::error_code ELFObjectFile<ELFT>::getSymbolAlignment(DataRefImpl Symb, in getSymbolAlignment()
291 std::error_code ELFObjectFile<ELFT>::getSymbolSize(DataRefImpl Symb, in getSymbolSize()
299 ELFObjectFile<ELFT>::getSymbolType(DataRefImpl Symb, in getSymbolType()
329 uint32_t ELFObjectFile<ELFT>::getSymbolFlags(DataRefImpl Symb) const { in getSymbolFlags()
[all …]
DELF.h900 const Elf_Sym *Symb) const { in getSymbolName()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp128 const coff_symbol *Symb = toSymb(Ref); in moveSymbolNext() local
135 const coff_symbol *Symb = toSymb(Ref); in getSymbolName() local
141 const coff_symbol *Symb = toSymb(Ref); in getSymbolAddress() local
157 const coff_symbol *Symb = toSymb(Ref); in getSymbolType() local
180 const coff_symbol *Symb = toSymb(Ref); in getSymbolFlags() local
211 const coff_symbol *Symb = toSymb(Ref); in getSymbolSize() local
228 const coff_symbol *Symb = toSymb(Ref); in getSymbolSection() local
340 const coff_symbol *Symb = toSymb(SymbRef); in sectionContainsSymbol() local
985 const coff_symbol *Symb = nullptr; in getRelocationValueString() local
DIRObjectFile.cpp122 static const GlobalValue *getGV(DataRefImpl &Symb) { in getGV()
150 static unsigned getAsmSymIndex(DataRefImpl Symb) { in getAsmSymIndex()
DMachOObjectFile.cpp474 std::error_code MachOObjectFile::getSymbolName(DataRefImpl Symb, in getSymbolName()
485 std::error_code MachOObjectFile::getIndirectName(DataRefImpl Symb, in getIndirectName()
507 std::error_code MachOObjectFile::getSymbolAddress(DataRefImpl Symb, in getSymbolAddress()
588 std::error_code MachOObjectFile::getSymbolType(DataRefImpl Symb, in getSymbolType()
648 std::error_code MachOObjectFile::getSymbolSection(DataRefImpl Symb, in getSymbolSection()
797 DataRefImpl Symb, in sectionContainsSymbol()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp167 DataRefImpl Symb; member
512 DataRefImpl Symb = I->getRawDataRefImpl(); in getSymbolNMTypeChar() local
552 const coff_symbol *Symb = Obj.getCOFFSymbol(*I); in getSymbolNMTypeChar() local
602 static uint8_t getNType(MachOObjectFile &Obj, DataRefImpl Symb) { in getNType()
612 DataRefImpl Symb = I->getRawDataRefImpl(); in getSymbolNMTypeChar() local
660 DataRefImpl Symb = I->getRawDataRefImpl(); in isObject() local
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp83 COFFSymbol *Symb; member
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp223 MCSymbol *Symb = DU->getStringPool().getSymbol(*Asm, String); in addLocalString() local