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

Declarations

include/llvm/Object/ObjectFile.h
  186   uint64_t getValue() const;

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
   75   return Sym.getValue();
lib/Object/SymbolSize.cpp
   58     uint64_t Value = Sym.getValue();
tools/dsymutil/DebugMap.cpp
  256         uint64_t Address = Sym.getValue();
tools/dsymutil/MachODebugMapParser.cpp
  480     uint64_t Addr = Sym.getValue();
  564     uint64_t Addr = Sym.getValue();
tools/llvm-objdump/MachODump.cpp
  246     uint64_t AAddr = (AType != SymbolRef::ST_Function) ? 0 : A.getValue();
  247     uint64_t BAddr = (BType != SymbolRef::ST_Function) ? 0 : B.getValue();
 1282       uint64_t Address = Symbol.getValue();
 3361     n_value = Symbol.getValue();
 6913           ReferenceValue = Symbol.getValue();
 7460         uint64_t Address = Symbol.getValue();
 7539       uint64_t Start = Symbols[SymIdx].getValue();
 7560           NextSym = Symbols[NextSymIdx].getValue();
 8219     uint64_t Addr = SymRef.getValue();
tools/llvm-readobj/ELFDumper.cpp
 4803     Expected<uint64_t> RelocSymValueOrErr = RelocSym->getValue();