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

References

lib/Object/MachOObjectFile.cpp
 3108   Ptr = Opcodes.begin();
 3113   Ptr = Opcodes.end();
 3129   if (Ptr == Opcodes.end()) {
 3136     const uint8_t *OpcodeStart = Ptr;
 3137     uint8_t Byte = *Ptr++;
 3380   uint64_t Result = decodeULEB128(Ptr, &Count, Opcodes.end(), error);
 3381   Ptr += Count;
 3382   if (Ptr > Opcodes.end())
 3383     Ptr = Opcodes.end();
 3427   return (Ptr == Other.Ptr) &&
 3427   return (Ptr == Other.Ptr) &&