diff options
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16TargetObjectFile.h')
-rw-r--r-- | llvm/lib/Target/PIC16/PIC16TargetObjectFile.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h b/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h index 1c6d9cf3884..4676b3c8d6f 100644 --- a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h +++ b/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h @@ -77,10 +77,13 @@ namespace llvm { Mangler *Mang, const TargetMachine&) const; - const MCSection *getSectionForFunction(const std::string &FnName) const; + const MCSection *getSectionForFunction(const std::string &FnName, + bool isInterrupt=false) const; const MCSection *getSectionForFunctionFrame(const std::string &FnName)const; - + // If the current function is cloned then create the new autos section + // also. + void createClonedSectionForAutos(const std::string &SecName); private: std::string getSectionNameForSym(const std::string &Sym) const; |