We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7414c commit ec6bff9Copy full SHA for ec6bff9
bolt/include/bolt/Core/MCInstUtils.h
@@ -88,7 +88,8 @@ class MCInstReference {
88
return nullptr;
89
}
90
91
- /// Computes the address of the instruction (or offset from base for PIC).
+ /// Computes the original address of the instruction (or offset from base
92
+ /// for PIC), assuming the containing function was not modified.
93
///
94
/// This function is intended for the use cases like debug printing, as it
95
/// is only as precise as BinaryContext::computeCodeSize() is and requires
0 commit comments