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

References

tools/lldb/source/Utility/Scalar.cpp
 2570         int128.x[1] = data.GetU64(&offset);
 2571         int128.x[0] = data.GetU64(&offset);
 2573         int128.x[0] = data.GetU64(&offset);
 2574         int128.x[1] = data.GetU64(&offset);
 2576       operator=(llvm::APInt(BITWIDTH_INT128, NUM_OF_WORDS_INT128, int128.x));
 2617         int128.x[1] = data.GetU64(&offset);
 2618         int128.x[0] = data.GetU64(&offset);
 2620         int128.x[0] = data.GetU64(&offset);
 2621         int128.x[1] = data.GetU64(&offset);
 2623       operator=(llvm::APInt(BITWIDTH_INT128, NUM_OF_WORDS_INT128, int128.x));