mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 00:36:36 +00:00
Add a method to set the compact unwind info.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135806 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dda1bdc962
commit
1359c6d718
@ -239,6 +239,10 @@ public:
|
||||
/// function's CIE and FDE.
|
||||
uint32_t getCompactUnwindEncoding() const { return CompactUnwindEncoding; }
|
||||
|
||||
/// setCompactUnwindEncoding - Set the compact unwind encoding for a function
|
||||
/// if the target supports the encoding.
|
||||
void setCompactUnwindEncoding(uint32_t Enc) { CompactUnwindEncoding = Enc; }
|
||||
|
||||
/// getAddrLabelSymbol - Return the symbol to be used for the specified basic
|
||||
/// block when its address is taken. This cannot be its normal LBB label
|
||||
/// because the block may be accessed outside its containing function.
|
||||
|
Loading…
Reference in New Issue
Block a user