Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DCOFFImportFile.h36 void moveSymbolNext(DataRefImpl &Symb) const override { ++Symb.p; } in moveSymbolNext()
39 DataRefImpl Symb) const override { in printSymbolName()
46 uint32_t getSymbolFlags(DataRefImpl Symb) const override { in getSymbolFlags()
55 DataRefImpl Symb; in symbol_end_impl() local
DFunctionIndexObjectFile.h41 void moveSymbolNext(DataRefImpl &Symb) const override { in moveSymbolNext()
45 DataRefImpl Symb) const override { in printSymbolName()
49 uint32_t getSymbolFlags(DataRefImpl Symb) const override { in getSymbolFlags()
DELFObjectFile.h376 uint64_t ELFObjectFile<ELFT>::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl()
393 ELFObjectFile<ELFT>::getSymbolAddress(DataRefImpl Symb) const { in getSymbolAddress()
420 uint32_t ELFObjectFile<ELFT>::getSymbolAlignment(DataRefImpl Symb) const { in getSymbolAlignment()
433 uint64_t ELFObjectFile<ELFT>::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl()
438 uint8_t ELFObjectFile<ELFT>::getSymbolOther(DataRefImpl Symb) const { in getSymbolOther()
443 uint8_t ELFObjectFile<ELFT>::getSymbolELFType(DataRefImpl Symb) const { in getSymbolELFType()
448 SymbolRef::Type ELFObjectFile<ELFT>::getSymbolType(DataRefImpl Symb) const { in getSymbolType()
532 ELFObjectFile<ELFT>::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection()
DIRObjectFile.h40 const GlobalValue *getSymbolGV(DataRefImpl Symb) const { in getSymbolGV()
DObjectFile.h238 uint64_t getCommonSymbolSize(DataRefImpl Symb) const { in getCommonSymbolSize()
DCOFF.h733 const coff_symbol16 *Symb = nullptr; in getSymbol() local
739 const coff_symbol32 *Symb = nullptr; in getSymbol() local
/external/llvm/lib/Object/
DIRObjectFile.cpp117 static GlobalValue *getGV(DataRefImpl &Symb) { in getGV()
145 static unsigned getAsmSymIndex(DataRefImpl Symb) { in getAsmSymIndex()
247 GlobalValue *IRObjectFile::getSymbolGV(DataRefImpl Symb) { return getGV(Symb); } in getSymbolGV()
DCOFFObjectFile.cpp136 const coff_symbol16 *Symb = toSymb<coff_symbol16>(Ref); in moveSymbolNext() local
140 const coff_symbol32 *Symb = toSymb<coff_symbol32>(Ref); in moveSymbolNext() local
149 COFFSymbolRef Symb = getCOFFSymbol(Ref); in getSymbolName() local
163 COFFSymbolRef Symb = getCOFFSymbol(Ref); in getSymbolAddress() local
183 COFFSymbolRef Symb = getCOFFSymbol(Ref); in getSymbolType() local
206 COFFSymbolRef Symb = getCOFFSymbol(Ref); in getSymbolFlags() local
234 COFFSymbolRef Symb = getCOFFSymbol(Ref); in getCommonSymbolSizeImpl() local
240 COFFSymbolRef Symb = getCOFFSymbol(Ref); in getSymbolSection() local
252 COFFSymbolRef Symb = getCOFFSymbol(Sym.getRawDataRefImpl()); in getSymbolSectionID() local
DMachOObjectFile.cpp357 std::error_code MachOObjectFile::getIndirectName(DataRefImpl Symb, in getIndirectName()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp706 COFFSymbolRef Symb = Obj.getCOFFSymbol(*I); in getSymbolNMTypeChar() local
753 static uint8_t getNType(MachOObjectFile &Obj, DataRefImpl Symb) { in getNType()
763 DataRefImpl Symb = I->getRawDataRefImpl(); in getSymbolNMTypeChar() local
883 DataRefImpl Symb = Sym.getRawDataRefImpl(); in getNsectInMachO() local
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp93 COFFSymbol *Symb; member
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp941 for (const auto &Symb : Symbols) { in DisassembleObject() local
DMachODump.cpp6169 DataRefImpl Symb = Symbols[SymIdx].getRawDataRefImpl(); in DisassembleMachO() local