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

References

tools/llvm-readobj/ELFDumper.cpp
 5976     W.printHex("Address", Parser.getGotAddress(E));
 5977     W.printNumber("Access", Parser.getGotOffset(E));
 5981   DictScope GS(W, Parser.IsStatic ? "Static GOT" : "Primary GOT");
 5983   W.printHex("Canonical gp value", Parser.getGp());
 5988       PrintEntry(Parser.getGotLazyResolver());
 5992     if (Parser.getGotModulePointer()) {
 5994       PrintEntry(Parser.getGotModulePointer());
 6000     for (auto &E : Parser.getLocalEntries()) {
 6006   if (Parser.IsStatic)
 6011     for (auto &E : Parser.getGlobalEntries()) {
 6016       const Elf_Sym *Sym = Parser.getGotSym(&E);
 6034                 uint64_t(Parser.getOtherEntries().size()));