reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
137 uint64_t getChildOffset() const;
138 uint64_t getDataOffset() const { return getChildOffset() + StartOfFile; }
tools/lld/COFF/Driver.cpp 289 uint64_t offsetInArchive = c.getChildOffset();
tools/lld/COFF/InputFiles.cpp 116 if (!seen.insert(c.getChildOffset()).second)
tools/lld/ELF/Driver.cpp 175 v.push_back(std::make_pair(mbref, c.getChildOffset()));
tools/lld/ELF/InputFiles.cpp1087 if (!seen.insert(c.getChildOffset()).second) 1100 mb, getName(), c.getParent()->isThin() ? 0 : c.getChildOffset());tools/lld/wasm/InputFiles.cpp
490 if (!seen.insert(c.getChildOffset()).second)
tools/llvm-objdump/MachODump.cpp 2221 outs() << C.getChildOffset() << "\t";