reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Object/SymbolicFile.h
  134   DataRefImpl getRawDataRefImpl() const;

References

include/llvm/Object/ELFObjectFile.h
  147     return getObject()->getSymbolSize(getRawDataRefImpl());
  151     return getObject()->getSymbolBinding(getRawDataRefImpl());
  155     return getObject()->getSymbolOther(getRawDataRefImpl());
  159     return getObject()->getSymbolELFType(getRawDataRefImpl());
  176       : symbol_iterator(SymbolRef(B->getRawDataRefImpl(),
include/llvm/Object/ObjectFile.h
  204       : basic_symbol_iterator(SymbolRef(B->getRawDataRefImpl(),
  376   return getObject()->getSymbolName(getRawDataRefImpl());
  380   return getObject()->getSymbolAddress(getRawDataRefImpl());
  384   return getObject()->getSymbolValue(getRawDataRefImpl());
  388   return getObject()->getSymbolAlignment(getRawDataRefImpl());
  392   return getObject()->getCommonSymbolSize(getRawDataRefImpl());
  396   return getObject()->getSymbolSection(getRawDataRefImpl());
  400   return getObject()->getSymbolType(getRawDataRefImpl());
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  208     unsigned SymbolIndex = Obj.getSymbolIndex(SymRef.getRawDataRefImpl());
  217           Obj.getSymbol64TableEntry(SymRef.getRawDataRefImpl());
  225           Obj.getSymbolTableEntry(SymRef.getRawDataRefImpl());
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  128       ELFObjectFile<ELFT>::getSymbol(SymRef.getRawDataRefImpl()));
lib/Object/COFFObjectFile.cpp
  262   COFFSymbolRef Symb = getCOFFSymbol(Sym.getRawDataRefImpl());
 1163   return getCOFFSymbol(Symbol.getRawDataRefImpl());
lib/Object/ELFObjectFile.cpp
  447           Relocation.getSymbol()->getRawDataRefImpl(), PltEntryIter->second));
lib/Object/MachOObjectFile.cpp
 1691     DataRefImpl SymDRI = Symbol.getRawDataRefImpl();
 1896       getSymbolTableEntryBase(*this, Sym.getRawDataRefImpl());
lib/Object/WasmObjectFile.cpp
 1287   return getWasmSymbol(Symb.getRawDataRefImpl());
tools/dsymutil/MachODebugMapParser.cpp
  195     const DataRefImpl &DRI = Symbol.getRawDataRefImpl();
  323     const DataRefImpl &DRI = Symbol.getRawDataRefImpl();
  553         MainBinary.getSymbolTableEntry(Sym.getRawDataRefImpl()).n_type;
tools/dsymutil/MachOUtils.cpp
  201       object::DataRefImpl DRI = Symbol.getRawDataRefImpl();
  208       object::DataRefImpl DRI = Symbol.getRawDataRefImpl();
tools/lld/wasm/InputFiles.cpp
  350     const WasmSymbol &wasmSym = wasmObj->getWasmSymbol(sym.getRawDataRefImpl());
tools/llvm-nm/llvm-nm.cpp
  309   if (A.Sym.getRawDataRefImpl().p)
  314   if (B.Sym.getRawDataRefImpl().p)
  391     DataRefImpl SymDRI = S.Sym.getRawDataRefImpl();
  440       if (S.Sym.getRawDataRefImpl().p) {
  441         if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName))
  505     if (S.Sym.getRawDataRefImpl().p) {
  507           MachO->getSymbolSection(S.Sym.getRawDataRefImpl());
  579       if (S.Sym.getRawDataRefImpl().p) {
  580         if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName))
  668   DataRefImpl SymDRI = S.Sym.getRawDataRefImpl();
  802     if (S.Sym.getRawDataRefImpl().p)
  870         if (S.Sym.getRawDataRefImpl().p) {
  872           if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName))
 1002   DataRefImpl Symb = I->getRawDataRefImpl();
 1175   DataRefImpl Symb = Sym.getRawDataRefImpl();
tools/llvm-objcopy/MachO/MachOReader.cpp
  196                    MachOObj.getSymbol64TableEntry(Symbol.getRawDataRefImpl()))
  199                    MachOObj.getSymbolTableEntry(Symbol.getRawDataRefImpl())));
tools/llvm-objdump/ELFDump.cpp
   85     const typename ELFT::Sym *Sym = Obj->getSymbol(SI->getRawDataRefImpl());
tools/llvm-objdump/MachODump.cpp
 7572       DataRefImpl Symb = Symbols[SymIdx].getRawDataRefImpl();
tools/llvm-objdump/llvm-objdump.cpp
  893     return Elf32LEObj->getSymbol(Sym.getRawDataRefImpl())->getType();
  895     return Elf64LEObj->getSymbol(Sym.getRawDataRefImpl())->getType();
  897     return Elf32BEObj->getSymbol(Sym.getRawDataRefImpl())->getType();
  899     return Elf64BEObj->getSymbol(Sym.getRawDataRefImpl())->getType();
  915       Address = Obj->getSymbol(Symbol.getRawDataRefImpl())->st_value;
tools/llvm-readobj/MachODumper.cpp
  629   getSymbol(Obj, Symbol.getRawDataRefImpl(), MOSymbol);
tools/llvm-readobj/WasmDumper.cpp
  224   WasmSymbol Symbol = Obj->getWasmSymbol(Sym.getRawDataRefImpl());
tools/llvm-readobj/XCOFFDumper.cpp
  322   DataRefImpl SymbolDRI = S.getRawDataRefImpl();
tools/llvm-size/llvm-size.cpp
  202     if (Obj->getSymbolFlags(Sym.getRawDataRefImpl()) & SymbolRef::SF_Common)
  203       TotalCommons += Obj->getCommonSymbolSize(Sym.getRawDataRefImpl());
tools/obj2yaml/macho2yaml.cpp
  485                   Obj.getSymbol64TableEntry(Symbol.getRawDataRefImpl()))
  487                   Obj.getSymbolTableEntry(Symbol.getRawDataRefImpl()));
tools/obj2yaml/xcoff2yaml.cpp
   57     DataRefImpl SymbolDRI = S.getRawDataRefImpl();