Home | History | Annotate | Download | only in Object

Lines Matching refs:Index

117   StringRef getStringAtIndex(unsigned Index) const {
118 size_t End = getStringTableData().find('\0', Index);
119 return getStringTableData().slice(Index, End);
139 const LoadCommandInfo &getLoadCommandInfo(unsigned Index) const;
158 unsigned Index,
162 unsigned Index,
166 unsigned Index,
169 uint64_t RelocationTableOffset, unsigned Index,
172 uint64_t SymbolTableOffset, unsigned Index,
175 uint64_t SymbolTableOffset, unsigned Index,
177 void ReadULEB128s(uint64_t Index, SmallVectorImpl<uint64_t> &Out) const;