ROSE 0.11.145.141
SgAsmInstruction.h
1
2#ifndef ROSE_SgAsmInstruction_H
3#define ROSE_SgAsmInstruction_H
4#include <RoseFirst.h>
5#include <Cxx_GrammarDeclarations.h>
6#include <SgAsmStatement.h>
7
8
9
10/* #line 1 "/workspace/src/ROSETTA/Grammar/grammarClassDeclarationMacros.macro" */
11
12// WARNING -- GENERATED CODE -- DO NOT MODIFY THIS CODE -- WARNING!
13// This code is automatically generated for each
14// terminal and non-terminal within the defined
15// grammar. There is a simple way to change the
16// code to fix bugs etc. See the ROSE README file
17// for directions.
18
19// tps: (02/22/2010): Adding DLL export requirements
20#include "rosedll.h"
21
22// predeclarations for SgAsmInstruction
23
24/* #line 25 "../../../src/frontend/SageIII//SgAsmInstruction.h" */
25/* #line 43174 "/workspace/src/ROSETTA/src/binaryInstruction.C" */
26
27#include <Rose/BinaryAnalysis/Architecture/BasicTypes.h>
28#include <Rose/BinaryAnalysis/MemoryMap.h>
29#include <sageContainer.h>
30#include <Sawyer/Cached.h>
31
32#ifdef ROSE_SgAsmInstruction_IMPL
33#include <SgAsmExprListExp.h>
34#include <SgAsmOperandList.h>
35#endif
36
37
38/* #line 13 "/workspace/src/ROSETTA/Grammar/grammarClassDeclarationMacros.macro after subst for $PREDECLARATIONS" */
39
40/* #line 14 "/workspace/src/ROSETTA/Grammar/grammarClassDeclarationMacros.macro" */
41
42#if !defined(DOCUMENTATION)
43// Class Definition for SgAsmInstruction
44class ROSE_DLL_API SgAsmInstruction : public SgAsmStatement
45 {
46 public:
47
48
49/* #line 50 "../../../src/frontend/SageIII//SgAsmInstruction.h" */
50
51 virtual SgNode* copy ( SgCopyHelp& help) const override;
52// Start of memberFunctionString
53/* #line 43254 "/workspace/src/ROSETTA/src/binaryInstruction.C" */
54
55
56 //----------------------- Boost serialization for SgAsmInstruction -----------------------
57#ifdef ROSE_HAVE_BOOST_SERIALIZATION_LIB
58private:
59 friend class boost::serialization::access;
60
61 template<class S>
62 void serialize(S &s, const unsigned /*version*/) {
63 debugSerializationBegin("SgAsmInstruction");
64 s & BOOST_SERIALIZATION_BASE_OBJECT_NVP(SgAsmStatement);
65 {
66 auto temp = architectureIdSerialize(p_architectureId);
67 s & boost::serialization::make_nvp("p_architectureId", temp);
68 p_architectureId = architectureIdDeserialize(temp);
69 }
70 s & BOOST_SERIALIZATION_NVP(p_rawBytes);
71 s & BOOST_SERIALIZATION_NVP(p_operandList);
72 s & BOOST_SERIALIZATION_NVP(p_delaySlot);
73 s & BOOST_SERIALIZATION_NVP(p_sources);
74 debugSerializationEnd("SgAsmInstruction");
75 }
76#endif // ROSE_HAVE_BOOST_SERIALIZATION_LIB
78 // Local types
80private:
81 struct SemanticFailure {
82 size_t n;
83 SemanticFailure(): n(0) {}
84
85#ifdef ROSE_HAVE_BOOST_SERIALIZATION_LIB
86 private:
87 friend class boost::serialization::access;
88 template<class S>
89 void serialize(S &s, const unsigned /*version*/) {
90 s & BOOST_SERIALIZATION_NVP(n);
91 }
92#endif
93 };
94
96 // Properties
98public:
99public:
106 uint8_t const& get_architectureId() const;
108 // Architecture registration IDs change from run to run, so serialie the architecture name instead.
109 std::string architectureIdSerialize(uint8_t id) const;
110 uint8_t architectureIdDeserialize(const std::string &name) const;
111public:
117 SgUnsignedCharList const& get_rawBytes() const;
118 void set_rawBytes(SgUnsignedCharList const&);
121public:
128 SgAsmOperandList* const& get_operandList() const;
129 void set_operandList(SgAsmOperandList* const&);
132public:
145 SgAsmInstruction* const& get_delaySlot() const;
146 void set_delaySlot(SgAsmInstruction* const&);
148 // FIXME[Robb P Matzke 2017-02-13]: unused?
149public:
150 void appendSources( SgAsmInstruction* instruction );
151
152 // FIXME[Robb Matzke 2023-03-18]: is the lack of serialization a bug?
153public:
160 int64_t const& get_stackDeltaIn() const;
161 void set_stackDeltaIn(int64_t const&);
163 // FIXME[Robb Matzke 2023-03-18]: is the lack of serialization a bug?
164public:
172 SgAsmExprListExp* const& get_semantics() const;
173 void set_semantics(SgAsmExprListExp* const&);
176 // Non-property data members
178private:
179 SemanticFailure semanticFailure_;
180
181public:
186 static const int64_t INVALID_STACK_DELTA;
187
189 // Functions
191public:
198 Rose::BinaryAnalysis::Architecture::BaseConstPtr architecture() const /*final*/;
199
206 std::string get_mnemonic() const;
207
208 // [Robb Matzke 2023-12-04]: deprecated
209 virtual std::string description() const final ROSE_DEPRECATED("use Architecture::Base::instructionDescription");
210
212 size_t nOperands() const;
213
217 SgAsmExpression* operand(size_t) const;
218
219 // [Robb Matzke 2023-12-04]: deprecated
220 virtual bool terminatesBasicBlock() final ROSE_DEPRECATED("use Architecture::Base::terminatesBasicBlock");
221 virtual bool isFunctionCallFast(const std::vector<SgAsmInstruction*>&, rose_addr_t *target, rose_addr_t *ret) final
222 ROSE_DEPRECATED("use Architecture::Base::isFunctionCallFast");
223 virtual bool isFunctionCallSlow(const std::vector<SgAsmInstruction*>&, rose_addr_t *target, rose_addr_t *ret) final
224 ROSE_DEPRECATED("use Architecture::Base::isFunctionCallSlow");
225 virtual bool isFunctionReturnFast(const std::vector<SgAsmInstruction*>&) final
226 ROSE_DEPRECATED("use Architecture::Base::isFunctionReturnFast");
227 virtual bool isFunctionReturnSlow(const std::vector<SgAsmInstruction*>&) final
228 ROSE_DEPRECATED("use Architecture::Base::isFunctionReturnSlow");
229 virtual Sawyer::Optional<rose_addr_t> branchTarget() final
230 ROSE_DEPRECATED("use Architecture::Base::branchTarget");
231
235 bool isFirstInBlock();
236
240 bool isLastInBlock();
241
376 virtual bool hasEffect();
377
386 virtual bool hasEffect(const std::vector<SgAsmInstruction*>&, bool allow_branch=false,
387 bool relax_stack_semantics=false);
388
398 virtual std::vector<std::pair<size_t,size_t> >
399 findNoopSubsequences(const std::vector<SgAsmInstruction*>& insns, bool allow_branch=false,
400 bool relax_stack_semantics=false);
401
402 // [Robb Matzke 2023-12-04]: deprecated
403 virtual Rose::BinaryAnalysis::AddressSet getSuccessors(bool &complete)
404 ROSE_DEPRECATED("use Architecture::Base::getSuccessors");
405 virtual Rose::BinaryAnalysis::AddressSet getSuccessors(const std::vector<SgAsmInstruction*> &basicBlock,
406 bool &complete,
407 const Rose::BinaryAnalysis::MemoryMap::Ptr &initial_memory =
408 Rose::BinaryAnalysis::MemoryMap::Ptr())
409 ROSE_DEPRECATED("use Architecture::Base::getSuccessors");
410
416 virtual size_t get_size() const;
417
418 // [Robb Matzke 2023-12-05]: deprecated
419 virtual bool isUnknown() const final ROSE_DEPRECATED("use Architecture::Base::isUnknown");
420
454 virtual unsigned get_anyKind() const;
455
459 virtual std::string toString() const;
460
464 virtual std::string toStringNoAddr() const;
465
470 virtual std::set<rose_addr_t> explicitConstants() const;
471
481 size_t semanticFailure() const;
482 void semanticFailure(size_t);
483 void incrementSemanticFailure();
494 bool normalizeOperands();
495
497 // Deprecated 2023-11
499public:
500 const SgUnsignedCharList& get_raw_bytes() const ROSE_DEPRECATED("use get_rawBytes");
501 void set_raw_bytes(const SgUnsignedCharList&) ROSE_DEPRECATED("use set_rawBytes");
502public:
504 virtual ~SgAsmInstruction();
505
506public:
509
510public:
512 SgAsmInstruction(rose_addr_t const& address,
513 uint8_t const& architectureId);
514
515protected:
522 void initializeProperties();
523
524
525// End of memberFunctionString
526// Start of memberFunctionString
527/* #line 1 "/workspace/src/ROSETTA/Grammar/Common.code" */
528
529// *** COMMON CODE SECTION BEGINS HERE ***
530
531 public:
532
533 // DQ (3/25/3006): I put this back in because it had the logic for where the copy function required
534 // and not required which is required to match the other aspects of the copy mechanism code generation.
535 // Specifically it is a problem to declare the copy function everywhere because it is not implemented
536 // for the SgSymbol IR nodes. I'm not clear why it is not implemented for these IR nodes.
537 /* \brief Copies AST (whole subtree, depending on the SgCopyHelp class */
538 // virtual SgNode* copy ( const SgCopyHelp & help) const;
539
541 virtual std::string class_name() const override;
542
544 virtual VariantT variantT() const override; // MS: new variant used in tree traversal
545
547 // King84 (2010.08.16): Moved this to an enum to save space, since it's only used at compiler-time anyway.
548 // static const VariantT static_variant = V_SgAsmInstruction;
549 enum { static_variant = V_SgAsmInstruction };
550
551 /* the generated cast function */
553 ROSE_DLL_API friend SgAsmInstruction* isSgAsmInstruction( SgNode * s );
554
556 ROSE_DLL_API friend const SgAsmInstruction* isSgAsmInstruction( const SgNode * s );
557
558 // ******************************************
559 // * Memory Pool / New / Delete
560 // ******************************************
561
562 public:
564 static const unsigned pool_size; //
566 static std::vector<unsigned char *> pools; //
568 static SgAsmInstruction * next_node; //
569
571 static unsigned long initializeStorageClassArray(SgAsmInstructionStorageClass *); //
572
574 static void clearMemoryPool(); //
575 static void deleteMemoryPool(); //
576
578 static void extendMemoryPoolForFileIO(); //
579
581 static SgAsmInstruction * getPointerFromGlobalIndex(unsigned long); //
583 static SgAsmInstruction * getPointerFromGlobalIndex(AstSpecificDataManagingClass *, unsigned long); //
584
586 static unsigned long getNumberOfValidNodesAndSetGlobalIndexInFreepointer(unsigned long); //
588 static void resetValidFreepointers(); //
590 static unsigned long getNumberOfLastValidPointer(); //
591
592
593#if defined(INLINE_FUNCTIONS)
595 inline void *operator new (size_t size);
596#else
598 void *operator new (size_t size);
599#endif
601 void operator delete (void* pointer, size_t size);
602
603 // DQ (4/5/2007): This is not the correct operator that we want, but appears to be required to compile ROSE with ROSE.
604 void operator delete (void* pointer)
605 {
606 // This is the generated delete operator...
607 SgAsmInstruction::operator delete (pointer,sizeof(SgAsmInstruction));
608 }
609
611 static size_t numberOfNodes();
612
614 static size_t memoryUsage();
615
616 // End of scope which started in IR nodes specific code
617 /* */
618
619 /* name Internal Functions
620 \brief Internal functions ... incomplete-documentation
621
622 These functions have been made public as part of the design, but they are suggested for internal use
623 or by particularly knowledgeable users for specialized tools or applications.
624
625 \internal We could not make these private because they are required by user for special purposes. And
626 it would be unwieldy to have many of the internal classes in ROSE be explicitly defined as friends.
627
628 */
629
630 // MS: 02/12/02 container of pointers to AST successor nodes used in the traversal
631 // overridden in every class by *generated* implementation
633 virtual std::vector<SgNode*> get_traversalSuccessorContainer() override;
634 // MS: 06/28/02 container of names of variables or container indices
635 // used used in the traversal to access AST successor nodes
636 // overridden in every class by *generated* implementation
639 virtual std::vector<std::string> get_traversalSuccessorNamesContainer() override;
640
641 // GB (09/25/2007): Functions for index-based access to traversal successors; these are hopefully a lot faster
642 // than all the vector copies. The implementation for these functions is generated for each class.
644 virtual size_t get_numberOfTraversalSuccessors() override;
646 virtual SgNode *get_traversalSuccessorByIndex(size_t idx) override;
648 virtual size_t get_childIndex(SgNode *child) override;
649
650#ifndef ROSE_USE_INTERNAL_FRONTEND_DEVELOPMENT
651 // MS: 08/16/2002 method for generating RTI information
653 virtual RTIReturnType roseRTI() override;
654#endif
655 /* */
656
657
658
659 /* name Deprecated Functions
660 \brief Deprecated functions ... incomplete-documentation
661
662 These functions have been deprecated from use.
663 */
664 /* */
665
667 virtual const char* sage_class_name() const override ROSE_DEPRECATED_FUNCTION;
668
669 // JJW (10/16/2008): Changed to a single function in Node.code, and put
670 // getVariant() in #if 0 block to prevent confusing Doxygen
671#if 0
673 virtual int variant() const ROSE_DEPRECATED_FUNCTION;
675 // virtual int getVariant() const ROSE_DEPRECATED_FUNCTION;
676#endif
677 /* */
678
679
680
681
682 public:
683 /* name Traversal Support Functions
684 \brief Traversal support functions ... incomplete-documentation
685
686 These functions have been made public as part of the design, but they are suggested for internal use
687 or by particularly knowledgable users for specialized tools or applications.
688 */
689 /* */
690
691 // DQ (11/26/2005): Support for visitor pattern mechanims
692 // (inferior to ROSE traversal mechanism, experimental).
696
697 /* DXN (08/09/2010): support for the classic visitor pattern done in GoF */
699 virtual void accept (ROSE_VisitorPattern & visitor) override;
700
701 // DQ (12/26/2005): Support for traversal based on the memory pool
704 static void traverseMemoryPoolNodes(ROSE_VisitTraversal & visit);
705
709
710 // DQ (2/9/2006): Added to support traversal over single representative of each IR node
711 // This traversal helps support internal tools that call static member functions.
712 // note: this function operates on the memory pools.
715 static void visitRepresentativeNode (ROSE_VisitTraversal & visit);
716 /* */
717
718 public:
719 /* NodeId support functions */
721 static SgNode* getNodeByNodeId(VariantT variantT, size_t poolIdx, size_t itemIdx);
724 static SgAsmInstruction* getNodeByNodeIdInternal(size_t poolIdx, size_t itemIdx);
727 static std::string getNodeIdString(SgAsmInstruction* sgnode);
728 static std::string getNodeIdStringInternal(SgAsmInstruction* sgnode);
729
730 public:
731 /* name Memory Allocation Functions
732 \brief Memory allocations functions ... incomplete-documentation
733
734 These functions have been made public as part of the design, but they are suggested for internal use
735 or by particularly knowledgable users for specialized tools or applications.
736 */
737 /* */
738
749 virtual bool isInMemoryPool() override;
750
761 virtual void checkDataMemberPointersIfInMemoryPool() override;
762
763 // DQ (4/30/2006): Modified to be a const function.
778 virtual std::vector<std::pair<SgNode*,std::string> > returnDataMemberPointers() const override;
779
790
802 virtual long getChildIndex( SgNode* childNode ) const override;
803
804 // DQ (9/2/2015): Since this function is generated by ROSETTA, we can't define the
805 // comment here (changed to be a C style comment and not be a doxygen comment).
806 /* \brief Constructor for use by AST File I/O Mechanism
807
808 This constructor permits the IR node to be rebuilt from the contiguously arranged data in memory
809 which obtained via fast binary file I/O from disk.
810 */
811 // SgAsmInstruction( SgAsmInstructionStorageClass& source );
812
813
814
815
816
817 // JH (10/24/2005): methods added to support the ast file IO
818 private:
819
820 /* name AST Memory Allocation Support Functions
821 \brief Memory allocations support....
822
823 These functions handle the low leve support of the memory allocation scheme which permits IR nodes to be allocated
824 in large contiguous blocks to reduce memory fragmentation, improve performance, support specialized access (AST traversals),
825 and support the AST File I/O Mechanism.
826 */
827 /* */
828
829 /* JH (10/24/2005): Two typedefs. The TestType notes the type every pointer is cast to before
830 we compare them. Since I had several problems with this, I decided to make a typdef to ensure
831 that I use the same type everywhere, if any changes are made. THe second one declares the type
832 (actually unsigned long) where teh pointer address gets converted to. On 64 bit platforms this
833 might got changed, but unfortunatly, the return types are still unsigned longs. There exists
834 a correspinding one in the AST_FILE_IO class!
835 */
836 // DQ (9/2/2015): This typedef is no longer used, we can't define the
837 // comment here (changed to be a C style comment and not be a doxygen comment).
838 /* \brief Typedef used for low level memory access.
839 */
840 // typedef unsigned char* TestType;
841
842 // DQ (9/2/2015): This typedef is no longer used, we can't define the
843 // comment here (changed to be a C style comment and not be a doxygen comment).
844 /* \brief Typedef used to hold memory addresses as values.
845 */
846 // typedef unsigned long AddressType;
847
848
849
850 // necessary, to have direct access to the p_freepointer and the private methods !
852 friend class AST_FILE_IO;
853
855 friend class SgAsmInstructionStorageClass;
856
858 friend class AstSpecificDataManagingClass;
859
861 friend class AstSpecificDataManagingClassStorageClass;
862 public:
864 SgAsmInstruction( const SgAsmInstructionStorageClass& source );
865
866 // private: // JJW hack
867 /*
868 name AST Memory Allocation Support Variables
869 Memory allocations support variables
870
871 These variables handle the low level support of the memory allocation scheme which permits IR nodes to be allocated
872 in large contiguous blocks to reduce memory fragmentation, improve performance, support specialized access (AST traversals),
873 and support the AST File I/O Mechanism.
874 */
875 /* */
876
877 public:
878
879 // DQ (11/21/2009): Added function to add new Regular Expression attributes and return pointer
880 // to current node (so that it will work cleanly with build functions to specify patterns).
881 // virtual SgNode* addRegExpAttribute();
888
889#ifndef _MSC_VER
890// Rasmussen (04/17/2019): Support for ATerms has been deprecated as it is no longer needed
891// and likely never fully implemented nor tested. Files remain in the src tree but are no
892// longer built.
893#define BUILD_ATERM_SUPPORT 0
894 #if BUILD_ATERM_SUPPORT
895 #ifdef ROSE_USE_ROSE_ATERM_SUPPORT
896 // DQ (10/4/2014): Adding ATerm support to ROSE.
906 // Rasmussen (1/7/2019): Added override to kill warning messages of overridden virtual function
907 virtual ATerm generate_ATerm() override;
908
910 virtual void generate_ATerm_Annotation(ATerm & term) override;
911 #endif
912 #endif // BUILD_ATERM_SUPPORT
913#endif
914 // These can't be virtual functions since we don't yet know what IR node to build (until we have read the aterm).
915 // virtual generate_AST(ATerm & term);
916 // virtual void read_ATerm_Annotation(ATerm & term);
917
918// *** COMMON CODE SECTION ENDS HERE ***
919
920
921// End of memberFunctionString
922// Start of memberFunctionString
923/* #line 706 "/workspace/src/ROSETTA/Grammar/Node.code" */
924
925 // the generated cast function
926 // friend ROSE_DLL_API SgAsmInstruction* isSgAsmInstruction ( SgNode* s );
927
928 typedef SgAsmStatement base_node_type;
929
930
931// End of memberFunctionString
932
933
934
935
936
937
938
939
940 protected:
941// Start of memberFunctionString
942uint8_t p_architectureId;
943
944// End of memberFunctionString
945// Start of memberFunctionString
946SgUnsignedCharList p_rawBytes;
947
948// End of memberFunctionString
949// Start of memberFunctionString
950SgAsmOperandList* p_operandList;
951
952// End of memberFunctionString
953// Start of memberFunctionString
954SgAsmInstruction* p_delaySlot;
955
956// End of memberFunctionString
957// Start of memberFunctionString
958SgAsmStatementPtrList p_sources;
959
960// End of memberFunctionString
961// Start of memberFunctionString
962int64_t p_stackDeltaIn;
963
964// End of memberFunctionString
965// Start of memberFunctionString
966SgAsmExprListExp* p_semantics;
967
968// End of memberFunctionString
969
971 friend struct Rose::Traits::generated::describe_field_t<SgAsmInstruction, uint8_t,&SgAsmInstruction::p_architectureId>;
972 friend struct Rose::Traits::generated::describe_field_t<SgAsmInstruction, SgUnsignedCharList,&SgAsmInstruction::p_rawBytes>;
973 friend struct Rose::Traits::generated::describe_field_t<SgAsmInstruction, SgAsmOperandList*,&SgAsmInstruction::p_operandList>;
974 friend struct Rose::Traits::generated::describe_field_t<SgAsmInstruction, SgAsmInstruction*,&SgAsmInstruction::p_delaySlot>;
975 friend struct Rose::Traits::generated::describe_field_t<SgAsmInstruction, SgAsmStatementPtrList,&SgAsmInstruction::p_sources>;
976 friend struct Rose::Traits::generated::describe_field_t<SgAsmInstruction, int64_t,&SgAsmInstruction::p_stackDeltaIn>;
977 friend struct Rose::Traits::generated::describe_field_t<SgAsmInstruction, SgAsmExprListExp*,&SgAsmInstruction::p_semantics>;
978
979/* #line 21 "/workspace/src/ROSETTA/Grammar/grammarClassDeclarationMacros.macro" */
980
981
982 };
983#endif
984
985// postdeclarations for SgAsmInstruction
986
987/* #line 988 "../../../src/frontend/SageIII//SgAsmInstruction.h" */
988
989/* #line 27 "/workspace/src/ROSETTA/Grammar/grammarClassDeclarationMacros.macro after subst for $POSTDECLARATIONS" */
990
991/* #line 28 "/workspace/src/ROSETTA/Grammar/grammarClassDeclarationMacros.macro" */
992
993
994/* #line 995 "../../../src/frontend/SageIII//SgAsmInstruction.h" */
995
996#endif // ROSE_SgAsmInstruction_H
997
Class holding static data and functions supporting File I/O.
Definition AST_FILE_IO.h:19
Attribute containing a regex expression as a string.
List of expression nodes.
Base class for expressions.
Base class for machine instructions.
List of operands for an instruction.
Base class for statement-like subclasses.
Supporting class from copy mechanism within ROSE.
Definition sageCopy.h:26
This class represents the base class for all IR nodes within Sage III.
virtual size_t get_numberOfTraversalSuccessors()
return number of children in the traversal successor list
virtual RTIReturnType roseRTI()
return C++ Runtime-Time-Information
virtual std::vector< std::string > get_traversalSuccessorNamesContainer()
container of names of variables or container indices used used in the traversal to access AST success...
virtual void debugSerializationEnd(const char *className)
Called by generated serializers.
static std::string getNodeIdString(SgNode *sgnode)
compute the NodeId for a particular SgNode*.
virtual bool isInMemoryPool()
FOR INTERNAL USE This is used in internal tests to verify that all IR nodes are allocated from the he...
int variant() const
Older version function returns enum value "NODE".
virtual void processDataMemberReferenceToPointers(ReferenceToPointerHandler *)
FOR INTERNAL USE Processes pairs of references to SgNode* and strings for use in AST tools
virtual long getChildIndex(SgNode *childNode) const
FOR INTERNAL USE Returns a unique index value for the childNode in the list of children at this IR no...
virtual size_t get_childIndex(SgNode *child)
index-based access to traversal successors by child node
virtual void debugSerializationBegin(const char *className)
Called by generated serializers.
virtual std::vector< SgNode * > get_traversalSuccessorContainer()
container of pointers to AST successor nodes used in the traversal overridden in every class by gener...
static void visitRepresentativeNode(ROSE_VisitTraversal &visit)
FOR INTERNAL USE Support for type-based traversal.
virtual void checkDataMemberPointersIfInMemoryPool()
FOR INTERNAL USE This is used in internal tests to verify that all IR nodes are allocated from the he...
static size_t numberOfNodes()
Returns the total number of IR nodes of this type.
virtual void accept(ROSE_VisitorPattern &visitor)
support for the classic visitor pattern done in GoF
virtual SgNode * get_traversalSuccessorByIndex(size_t idx)
index-based access to traversal successors by index number
static void traverseMemoryPoolVisitorPattern(ROSE_VisitorPattern &visitor)
FOR INTERNAL USE Support for visitor pattern.
void executeVisitorMemberFunction(ROSE_VisitorPattern &visitor)
FOR INTERNAL USE Support for visitor pattern.
static SgNode * getNodeByNodeId(VariantT variantT, size_t poolIdx, size_t itemIdx)
Find a node by its variant type, pool index, and item index.
static size_t memoryUsage()
Returns the size in bytes of the total memory allocated for all IR nodes of this type.
static void traverseMemoryPoolNodes(ROSE_VisitTraversal &visit)
FOR INTERNAL USE Support for visitor pattern over all IR nodes by type of IR node.
virtual const char * sage_class_name() const
generates string representing the class name: (e.g. for SgNode returns "SgNode").
virtual std::vector< std::pair< SgNode *, std::string > > returnDataMemberPointers() const
FOR INTERNAL USE Returns STL vector of pairs of SgNode* and strings for use in AST tools
static SgNode * getNodeByNodeIdInternal(size_t poolIdx, size_t itemIdx)
FOR INTERNAL USE Find an SgNode from its memory pool and location therin.
SgNode * addRegExpAttribute(std::string s, AstRegExAttribute *a)
Support for AST matching using regular expression.
std::shared_ptr< const Base > BaseConstPtr
Reference counted pointer for Architecture::Base.
void serialize(std::ostream &output, Graph &graph)
Serialize a graph into a stream of bytes.
The ROSE library.
void copy(const Word *src, const BitRange &srcRange, Word *dst, const BitRange &dstRange)
Copy some bits.
Sawyer support library.