Home | History | Annotate | Download | only in llvm-readobj

Lines Matching refs:Code

119 // Returns the name of the unwind code.
120 static StringRef getUnwindCodeTypeName(uint8_t Code) {
121 switch(Code) {
122 default: llvm_unreachable("Invalid unwind code");
158 // Calculates the number of array slots required for the unwind code.
161 default: llvm_unreachable("Invalid unwind code");
1056 // Prints one unwind code. Because an unwind code can occupy up to 3 slots in