BPatch_addressSpace::createBPFuncCB ( struct AddressSpace* p, Dyninst::PatchAPI::PatchFunction* f ) [static]Field 'f->points_->entry->the_edge_->src_->obj_->co_' in 2nd parameter 'f' (pointer) has base type 'CodeObject'.
BPatch_addressSpace::createBPPointCB ( struct AddressSpace* p, Dyninst::PatchAPI::PatchFunction* f, Dyninst::PatchAPI::Point* ip, int type ) [static]Field 'f->points_->entry->the_edge_->src_->obj_->co_' in 2nd parameter 'f' (pointer) has base type 'CodeObject'.
BPatch_addressSpace::findOrCreateBPFunc ( Dyninst::PatchAPI::PatchFunction* ifunc, BPatch_module* bpmod )Field 'ifunc->points_->during->the_edge_->trg_->obj_->co_' in 1st parameter 'ifunc' (pointer) has base type 'CodeObject'.
BPatch_addressSpace::findOrCreateBPPoint ( BPatch_function* bpfunc, Dyninst::PatchAPI::Point* ip, BPatch_procedureLocation pointType )Field 'ip->the_edge_->trg_->obj_->co_' in 2nd parameter 'ip' (pointer) has base type 'CodeObject'.
Dyninst::AbsRegionConverter::convert ( Dyninst::InstructionAPI::Expression::Ptr expr, Dyninst::Address addr, Function* func, Block* block )Field 'func->_obj' in 3rd parameter 'func' (pointer) has base type 'CodeObject'.
Dyninst::AbsRegionConverter::convertAll ( Dyninst::InstructionAPI::Expression::Ptr expr, Dyninst::Address addr, Function* func, Block* block, std::vector<Dyninst::AbsRegion>& regions )Field 'func->_obj' in 3rd parameter 'func' (pointer) has base type 'CodeObject'.
Dyninst::AbsRegionConverter::convertAll ( Dyninst::InstructionAPI::Instruction::Ptr insn, Dyninst::Address addr, Function* func, Block* block, std::vector<Dyninst::AbsRegion>& used, std::vector<Dyninst::AbsRegion>& defined )Field 'func->_obj' in 3rd parameter 'func' (pointer) has base type 'CodeObject'.
Dyninst::AbsRegionConverter::frame ( Dyninst::Address addr, Function* func, Block* block, bool push )Field 'func->_obj' in 2nd parameter 'func' (pointer) has base type 'CodeObject'.
Dyninst::AbsRegionConverter::stack ( Dyninst::Address addr, Function* func, Block* block, bool push )Field 'func->_obj' in 2nd parameter 'func' (pointer) has base type 'CodeObject'.
Dyninst::AssignmentConverter::convert ( Dyninst::InstructionAPI::Instruction::Ptr insn, Dyninst::Address const& addr, Function* func, Block* block, std::vector<boost::shared_ptr<Dyninst::Assignment> >& assignments )Field 'func->_obj' in 3rd parameter 'func' (pointer) has base type 'CodeObject'.
Block::Block [in-charge] ( CodeObject* o, CodeRegion* r, Dyninst::Address start )1st parameter 'o' (pointer) has base type 'CodeObject'.
CFGFactory::_mkblock ( Function* f, CodeRegion* r, Dyninst::Address addr )Field 'f->_obj' in 1st parameter 'f' (pointer) has base type 'CodeObject'.
CFGFactory::_mkfunc ( Dyninst::Address addr, enum FuncSource src, std::string name, CodeObject* obj, CodeRegion* region, Dyninst::InstructionSource* isrc )4th parameter 'obj' (pointer) has base type 'CodeObject'.
CFGFactory::_mksink ( CodeObject* obj, CodeRegion* r )1st parameter 'obj' (pointer) has base type 'CodeObject'.
CFGFactory::destroy_func ( Function* f )Field 'f->_obj' in 1st parameter 'f' (pointer) has base type 'CodeObject'.
CFGFactory::free_func ( Function* f )Field 'f->_obj' in 1st parameter 'f' (pointer) has base type 'CodeObject'.
CFGFactory::mkblock ( Function* f, CodeRegion* r, Dyninst::Address addr )Field 'f->_obj' in 1st parameter 'f' (pointer) has base type 'CodeObject'.
CFGFactory::mkfunc ( Dyninst::Address addr, enum FuncSource src, std::string name, CodeObject* obj, CodeRegion* region, Dyninst::InstructionSource* isrc )4th parameter 'obj' (pointer) has base type 'CodeObject'.
CFGFactory::mksink ( CodeObject* obj, CodeRegion* r )1st parameter 'obj' (pointer) has base type 'CodeObject'.
CFGModifier::insert ( CodeObject* obj, Dyninst::Address base, void* data, unsigned int size ) [static]1st parameter 'obj' (pointer) has base type 'CodeObject'.
CFGModifier::remove ( Function* p1 ) [static]Field 'p1->_obj' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
CodeObject::CodeObject [in-charge] ( CodeSource* cs, CFGFactory* fact, struct ParseCallback* cb, bool defensiveMode )This constructor is from 'CodeObject' class.
CodeObject::destroy ( Block* p1 )This method is from 'CodeObject' class.
CodeObject::destroy ( Edge* p1 )This method is from 'CodeObject' class.
CodeObject::destroy ( Function* p1 )This method is from 'CodeObject' class.
CodeObject::finalize ( )This method is from 'CodeObject' class.
CodeObject::findBlockByEntry ( CodeRegion* cr, Dyninst::Address entry )This method is from 'CodeObject' class.
CodeObject::findBlocks ( CodeRegion* cr, Dyninst::Address addr, std::set<Block*>& blocks )This method is from 'CodeObject' class.
CodeObject::findFuncByEntry ( CodeRegion* cr, Dyninst::Address entry )This method is from 'CodeObject' class.
CodeObject::findFuncs ( CodeRegion* cr, Dyninst::Address addr, std::set<Function*>& funcs )This method is from 'CodeObject' class.
CodeObject::findFuncs ( CodeRegion* cr, Dyninst::Address start, Dyninst::Address end, std::set<Function*>& funcs )This method is from 'CodeObject' class.
CodeObject::findNextBlock ( CodeRegion* cr, Dyninst::Address addr )This method is from 'CodeObject' class.
CodeObject::finishCallbackBatch ( )This method is from 'CodeObject' class.
CodeObject::getFreeAddr ( ) constThis method is from 'CodeObject' class.
CodeObject::isIATcall ( Dyninst::Address insn, std::string& calleeName )This method is from 'CodeObject' class.
CodeObject::parse ( )This method is from 'CodeObject' class.
CodeObject::parse ( CodeRegion* cr, Dyninst::Address target, bool recursive )This method is from 'CodeObject' class.
CodeObject::parse ( Dyninst::Address target, bool recursive )This method is from 'CodeObject' class.
CodeObject::parseGaps ( CodeRegion* cr )This method is from 'CodeObject' class.
CodeObject::parseNewEdges ( std::vector<CodeObject::NewEdgeToParse>& worklist )This method is from 'CodeObject' class.
CodeObject::registerCallback ( struct ParseCallback* cb )This method is from 'CodeObject' class.
CodeObject::startCallbackBatch ( )This method is from 'CodeObject' class.
CodeObject::unregisterCallback ( struct ParseCallback* cb )This method is from 'CodeObject' class.
CodeObject::~CodeObject [in-charge] ( )This method is from 'CodeObject' class.
convert ( BPatch_function const* p1 )Field 'retval->_obj' in return value (pointer) has base type 'CodeObject'.
convert ( BPatch_module const* p1 )Return value (pointer) has base type 'CodeObject'.
convert ( BPatch_object const* p1 )Return value (pointer) has base type 'CodeObject'.
Edge::destroy ( Edge* p1, CodeObject* p2 ) [static]2nd parameter 'p2' (pointer) has base type 'CodeObject'.
Function::blocks ( )Field 'this->_obj' in the object of this method has base type 'CodeObject'.
Function::callEdges ( )Field 'this->_obj' in the object of this method has base type 'CodeObject'.
Function::contains ( Block* b )Field 'this->_obj' in the object of this method has base type 'CodeObject'.
Function::destroy ( Function* f ) [static]Field 'f->_obj' in 1st parameter 'f' (pointer) has base type 'CodeObject'.
Function::exitBlocks ( )Field 'this->_obj' in the object of this method has base type 'CodeObject'.
Function::extents ( )Field 'this->_obj' in the object of this method has base type 'CodeObject'.
Function::Function [in-charge] ( )Field 'this->_obj' in the object of this method has base type 'CodeObject'.
Function::Function [in-charge] ( Dyninst::Address addr, std::string name, CodeObject* obj, CodeRegion* region, Dyninst::InstructionSource* isource )3rd parameter 'obj' (pointer) has base type 'CodeObject'.
Function::name ( )Field 'this->_obj' in the object of this method has base type 'CodeObject'.
Function::removeBlock ( Block* p1 )Field 'this->_obj' in the object of this method has base type 'CodeObject'.
Function::returnBlocks ( )Field 'this->_obj' in the object of this method has base type 'CodeObject'.
Function::set_retstatus ( enum FuncReturnStatus rs )Field 'this->_obj' in the object of this method has base type 'CodeObject'.
Function::setEntryBlock ( Block* new_entry )Field 'this->_obj' in the object of this method has base type 'CodeObject'.
Function::tampersStack ( bool recalculate )Field 'this->_obj' in the object of this method has base type 'CodeObject'.
Function::~Function [in-charge] ( )Field 'this->_obj' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::AddrSpace::create ( Dyninst::PatchAPI::PatchObject* obj ) [static]Field 'obj->co_' in 1st parameter 'obj' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::AddrSpace::findObject ( CodeObject const* p1 ) const1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::AddrSpace::free ( Dyninst::PatchAPI::PatchObject* p1, Dyninst::Address p2 )Field 'p1->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::AddrSpace::init ( Dyninst::PatchAPI::PatchObject* p1 )Field 'p1->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::AddrSpace::loadObject ( Dyninst::PatchAPI::PatchObject* obj )Field 'obj->co_' in 1st parameter 'obj' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::AddrSpace::malloc ( Dyninst::PatchAPI::PatchObject* p1, size_t p2, Dyninst::Address p3 )Field 'p1->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::AddrSpace::realloc ( Dyninst::PatchAPI::PatchObject* p1, Dyninst::Address p2, size_t p3 )Field 'p1->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::AddrSpace::write ( Dyninst::PatchAPI::PatchObject* p1, Dyninst::Address p2, Dyninst::Address p3, size_t p4 )Field 'p1->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::BlockPoints::consistency ( Dyninst::PatchAPI::PatchBlock const* block, Dyninst::PatchAPI::PatchFunction const* func ) constField 'func->points_->entry->the_edge_->src_->obj_->co_' in 2nd parameter 'func' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::CFGMaker::copyBlock ( Dyninst::PatchAPI::PatchBlock* p1, Dyninst::PatchAPI::PatchObject* p2 )Field 'p1->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::CFGMaker::copyEdge ( Dyninst::PatchAPI::PatchEdge* p1, Dyninst::PatchAPI::PatchObject* p2 )Field 'p1->trg_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::CFGMaker::copyFunction ( Dyninst::PatchAPI::PatchFunction* p1, Dyninst::PatchAPI::PatchObject* p2 )Field 'p1->func_->_obj' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::CFGMaker::makeBlock ( Block* p1, Dyninst::PatchAPI::PatchObject* p2 )Field 'p2->co_' in 2nd parameter 'p2' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::CFGMaker::makeEdge ( Edge* p1, Dyninst::PatchAPI::PatchBlock* p2, Dyninst::PatchAPI::PatchBlock* p3, Dyninst::PatchAPI::PatchObject* p4 )Field 'p3->obj_->co_' in 3rd parameter 'p3' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::CFGMaker::makeFunction ( Function* p1, Dyninst::PatchAPI::PatchObject* p2 )Field 'p2->co_' in 2nd parameter 'p2' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::convert ( BPatch_basicBlock const* p1 )Field 'retval->obj_->co_' in return value (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::convert ( BPatch_edge const* p1 )Field 'retval->src_->obj_->co_' in return value (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::convert ( BPatch_function const* p1 )Field 'retval->points_->during->the_edge_->src_->obj_->co_' in return value (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::convert ( BPatch_module const* p1 )Field 'retval->co_' in return value (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::convert ( BPatch_object const* p1 )Field 'retval->co_' in return value (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::convert ( BPatch_point const* p1, enum BPatch_callWhen p2 )Field 'retval->the_block_->obj_->co_' in return value (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::EdgePoints::consistency ( Dyninst::PatchAPI::PatchEdge const* edge, Dyninst::PatchAPI::PatchFunction const* func ) constField 'func->points_->entry->the_edge_->src_->obj_->co_' in 2nd parameter 'func' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::FuncPoints::consistency ( Dyninst::PatchAPI::PatchFunction const* func ) constField 'func->points_->entry->the_edge_->src_->obj_->co_' in 1st parameter 'func' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::FuncPoints::~FuncPoints [in-charge] ( )Field 'this->entry->the_edge_->src_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::Instance::create ( Dyninst::PatchAPI::Point* p1, Dyninst::PatchAPI::SnippetPtr p2, enum Dyninst::PatchAPI::SnippetType type, enum Dyninst::PatchAPI::SnippetState state ) [static]Field 'p1->the_edge_->trg_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::Instance::destroy ( )Field 'this->point_->the_edge_->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::Instance::~Instance [in-charge] ( )Field 'this->point_->the_edge_->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::Instrumenter::isInstrumentable ( Dyninst::PatchAPI::PatchFunction* p1 )Field 'p1->points_->during->the_block_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::Instrumenter::modifyCall ( Dyninst::PatchAPI::PatchBlock* callBlock, Dyninst::PatchAPI::PatchFunction* newCallee, Dyninst::PatchAPI::PatchFunction* context )Field 'callBlock->obj_->co_' in 1st parameter 'callBlock' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::Instrumenter::removeCall ( Dyninst::PatchAPI::PatchBlock* callBlock, Dyninst::PatchAPI::PatchFunction* context )Field 'context->points_->during->the_block_->obj_->co_' in 2nd parameter 'context' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::Instrumenter::replaceFunction ( Dyninst::PatchAPI::PatchFunction* oldfunc, Dyninst::PatchAPI::PatchFunction* newfunc )Field 'newfunc->points_->entry->the_edge_->trg_->obj_->co_' in 2nd parameter 'newfunc' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::Instrumenter::revertModifiedCall ( Dyninst::PatchAPI::PatchBlock* callBlock, Dyninst::PatchAPI::PatchFunction* context )Field 'context->points_->during->the_block_->obj_->co_' in 2nd parameter 'context' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::Instrumenter::revertReplacedFunction ( Dyninst::PatchAPI::PatchFunction* oldfunc )Field 'oldfunc->points_->entry->the_edge_->src_->obj_->co_' in 1st parameter 'oldfunc' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::Instrumenter::revertWrappedFunction ( Dyninst::PatchAPI::PatchFunction* oldfunc )Field 'oldfunc->points_->entry->the_edge_->src_->obj_->co_' in 1st parameter 'oldfunc' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::Instrumenter::wrapFunction ( Dyninst::PatchAPI::PatchFunction* oldfunc, Dyninst::PatchAPI::PatchFunction* newfunc, std::string name )Field 'newfunc->points_->entry->the_edge_->trg_->obj_->co_' in 2nd parameter 'newfunc' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::addSourceEdge ( Dyninst::PatchAPI::PatchEdge* e, bool addIfEmpty )Field 'e->trg_->obj_->co_' in 1st parameter 'e' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::addTargetEdge ( Dyninst::PatchAPI::PatchEdge* e, bool addIfEmpty )Field 'e->trg_->obj_->co_' in 1st parameter 'e' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::block ( ) constField 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::cb ( ) constField 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::consistency ( ) constField 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::containingFuncs ( ) constField 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::containsDynamicCall ( )Field 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::create ( Block* p1, Dyninst::PatchAPI::PatchFunction* p2 ) [static]Field 'p2->func_->_obj' in 2nd parameter 'p2' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::destroyPoints ( )Field 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::disassemble ( ) constField 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::end ( ) constField 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::findPoint ( Dyninst::PatchAPI::Location loc, enum Dyninst::PatchAPI::Point::Type type, bool create )Field 'loc->func->points_->entry->the_edge_->src_->obj_->co_' in 1st parameter 'loc' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::findSource ( enum EdgeTypeEnum type )Field 'retval->src_->obj_->co_' in return value (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::findTarget ( enum EdgeTypeEnum type )Field 'retval->src_->obj_->co_' in return value (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::format ( ) constField 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::getCallee ( )Field 'retval->points_->during->the_edge_->src_->obj_->co_' in return value (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::getFunction ( Function* p1 )Field 'p1->_obj' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::getInsn ( Dyninst::Address a ) constField 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::getInsns ( Dyninst::PatchAPI::PatchBlock::Insns& insns ) constField 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::isShared ( )Field 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::last ( ) constField 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::long_format ( ) constField 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::markModified ( )Field 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::numCallEdges ( ) constField 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::numRetEdges ( ) constField 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::object ( ) constField 'retval->co_' in return value (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::PatchBlock [in-charge] ( Block* block, Dyninst::PatchAPI::PatchObject* obj )Field 'obj->co_' in 2nd parameter 'obj' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::PatchBlock [in-charge] ( Dyninst::PatchAPI::PatchBlock const* parblk, Dyninst::PatchAPI::PatchObject* child )Field 'parblk->obj_->co_' in 1st parameter 'parblk' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::remove ( Dyninst::PatchAPI::Point* p1 )Field 'p1->the_edge_->trg_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::removeSourceEdge ( Dyninst::PatchAPI::PatchEdge* e )Field 'e->trg_->obj_->co_' in 1st parameter 'e' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::removeTargetEdge ( Dyninst::PatchAPI::PatchEdge* e )Field 'e->trg_->obj_->co_' in 1st parameter 'e' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::size ( ) constField 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::sources ( )Field 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::splitBlock ( Dyninst::PatchAPI::PatchBlock* succ )Field 'succ->obj_->co_' in 1st parameter 'succ' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::start ( ) constField 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::targets ( )Field 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::wasUserAdded ( ) constField 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchBlock::~PatchBlock [in-charge] ( )Field 'this->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::add_block ( Dyninst::PatchAPI::PatchFunction* p1, Dyninst::PatchAPI::PatchBlock* p2 )Field 'p1->points_->during->the_block_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::add_block_cb ( Dyninst::PatchAPI::PatchFunction* p1, Dyninst::PatchAPI::PatchBlock* p2 )Field 'p1->points_->during->the_block_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::add_edge ( Dyninst::PatchAPI::PatchBlock* p1, Dyninst::PatchAPI::PatchEdge* p2, enum Dyninst::PatchAPI::PatchCallback::edge_type_t p3 )Field 'p1->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::add_edge_cb ( Dyninst::PatchAPI::PatchBlock* p1, Dyninst::PatchAPI::PatchEdge* p2, enum Dyninst::PatchAPI::PatchCallback::edge_type_t p3 )Field 'p1->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::change ( Dyninst::PatchAPI::Point* p1, Dyninst::PatchAPI::PatchBlock* p2, Dyninst::PatchAPI::PatchBlock* p3 )Field 'p1->the_edge_->trg_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::change_cb ( Dyninst::PatchAPI::Point* p1, Dyninst::PatchAPI::PatchBlock* p2, Dyninst::PatchAPI::PatchBlock* p3 )Field 'p1->the_edge_->trg_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::create ( Dyninst::PatchAPI::PatchBlock* p1 )Field 'p1->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::create ( Dyninst::PatchAPI::PatchEdge* p1 )Field 'p1->trg_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::create ( Dyninst::PatchAPI::PatchFunction* p1 )Field 'p1->points_->during->the_block_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::create ( Dyninst::PatchAPI::PatchObject* p1 )Field 'p1->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::create ( Dyninst::PatchAPI::Point* p1 )Field 'p1->the_edge_->trg_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::create_cb ( Dyninst::PatchAPI::PatchBlock* p1 )Field 'p1->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::create_cb ( Dyninst::PatchAPI::PatchEdge* p1 )Field 'p1->trg_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::create_cb ( Dyninst::PatchAPI::PatchFunction* p1 )Field 'p1->points_->during->the_block_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::create_cb ( Dyninst::PatchAPI::PatchObject* p1 )Field 'p1->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::create_cb ( Dyninst::PatchAPI::Point* p1 )Field 'p1->the_edge_->trg_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::destroy ( Dyninst::PatchAPI::PatchBlock* p1 )Field 'p1->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::destroy ( Dyninst::PatchAPI::PatchEdge* p1, Dyninst::PatchAPI::PatchObject* owner )Field 'p1->trg_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::destroy ( Dyninst::PatchAPI::PatchFunction* p1 )Field 'p1->points_->during->the_block_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::destroy ( Dyninst::PatchAPI::PatchObject* p1 )Field 'p1->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::destroy ( Dyninst::PatchAPI::Point* p1 )Field 'p1->the_edge_->trg_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::destroy_cb ( Dyninst::PatchAPI::PatchBlock* p1 )Field 'p1->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::destroy_cb ( Dyninst::PatchAPI::PatchEdge* p1, Dyninst::PatchAPI::PatchObject* p2 )Field 'p1->trg_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::destroy_cb ( Dyninst::PatchAPI::PatchFunction* p1 )Field 'p1->points_->during->the_block_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::destroy_cb ( Dyninst::PatchAPI::PatchObject* p1 )Field 'p1->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::destroy_cb ( Dyninst::PatchAPI::Point* p1 )Field 'p1->the_edge_->trg_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::remove_block ( Dyninst::PatchAPI::PatchFunction* p1, Dyninst::PatchAPI::PatchBlock* p2 )Field 'p1->points_->during->the_block_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::remove_block_cb ( Dyninst::PatchAPI::PatchFunction* p1, Dyninst::PatchAPI::PatchBlock* p2 )Field 'p1->points_->during->the_block_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::remove_edge ( Dyninst::PatchAPI::PatchBlock* p1, Dyninst::PatchAPI::PatchEdge* p2, enum Dyninst::PatchAPI::PatchCallback::edge_type_t p3 )Field 'p1->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::remove_edge_cb ( Dyninst::PatchAPI::PatchBlock* p1, Dyninst::PatchAPI::PatchEdge* p2, enum Dyninst::PatchAPI::PatchCallback::edge_type_t p3 )Field 'p1->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::split_block ( Dyninst::PatchAPI::PatchBlock* p1, Dyninst::PatchAPI::PatchBlock* p2 )Field 'p1->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchCallback::split_block_cb ( Dyninst::PatchAPI::PatchBlock* p1, Dyninst::PatchAPI::PatchBlock* p2 )Field 'p1->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchEdge::cb ( ) constField 'this->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchEdge::consistency ( ) constField 'this->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchEdge::create ( Edge* p1, Dyninst::PatchAPI::PatchBlock* src, Dyninst::PatchAPI::PatchBlock* trg ) [static]Field 'trg->obj_->co_' in 3rd parameter 'trg' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchEdge::edge ( ) constField 'this->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchEdge::format ( ) constField 'this->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchEdge::interproc ( ) constField 'this->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchEdge::PatchEdge [in-charge] ( Edge* internalEdge, Dyninst::PatchAPI::PatchBlock* source, Dyninst::PatchAPI::PatchBlock* target )Field 'source->obj_->co_' in 2nd parameter 'source' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchEdge::PatchEdge [in-charge] ( Dyninst::PatchAPI::PatchEdge const* parent, Dyninst::PatchAPI::PatchBlock* child_src, Dyninst::PatchAPI::PatchBlock* child_trg )Field 'parent->src_->obj_->co_' in 1st parameter 'parent' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchEdge::remove ( Dyninst::PatchAPI::Point* p1 )Field 'p1->the_edge_->trg_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchEdge::sinkEdge ( ) constField 'this->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchEdge::src ( )Field 'this->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchEdge::trg ( )Field 'this->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchEdge::type ( ) constField 'this->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchEdge::~PatchEdge [in-charge] ( )Field 'this->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchFunction::addBlock ( Dyninst::PatchAPI::PatchBlock* p1 )Field 'p1->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchFunction::blocks ( )Field 'this->points_->entry->the_edge_->src_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchFunction::callBlocks ( )Field 'this->points_->entry->the_edge_->src_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchFunction::cb ( ) constField 'this->points_->entry->the_edge_->src_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchFunction::consistency ( ) constField 'this->points_->entry->the_edge_->src_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchFunction::create ( Function* p1, Dyninst::PatchAPI::PatchObject* p2 ) [static]Field 'p2->co_' in 2nd parameter 'p2' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchFunction::destroyBlockPoints ( Dyninst::PatchAPI::PatchBlock* block )Field 'block->obj_->co_' in 1st parameter 'block' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchFunction::destroyPoints ( )Field 'this->points_->entry->the_edge_->src_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchFunction::entry ( )Field 'this->points_->entry->the_edge_->src_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchFunction::exitBlocks ( )Field 'this->points_->entry->the_edge_->src_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchFunction::findInsnPoints ( enum Dyninst::PatchAPI::Point::Type type, Dyninst::PatchAPI::PatchBlock* block, std::map<unsigned long, Dyninst::PatchAPI::Point*>::const_iterator& start, std::map<unsigned long, Dyninst::PatchAPI::Point*>::const_iterator& end )Field 'block->obj_->co_' in 2nd parameter 'block' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchFunction::findPoint ( Dyninst::PatchAPI::Location loc, enum Dyninst::PatchAPI::Point::Type type, bool create )Field 'loc->func->points_->entry->the_edge_->src_->obj_->co_' in 1st parameter 'loc' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchFunction::markModified ( )Field 'this->points_->entry->the_edge_->src_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchFunction::PatchFunction [in-charge] ( Function* f, Dyninst::PatchAPI::PatchObject* o )Field 'f->_obj' in 1st parameter 'f' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchFunction::PatchFunction [in-charge] ( Dyninst::PatchAPI::PatchFunction const* parFunc, Dyninst::PatchAPI::PatchObject* child )Field 'parFunc->points_->entry->the_edge_->trg_->obj_->co_' in 1st parameter 'parFunc' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchFunction::remove ( Dyninst::PatchAPI::Point* p1 )Field 'p1->the_block_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchFunction::removeBlock ( Dyninst::PatchAPI::PatchBlock* p1 )Field 'p1->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchFunction::splitBlock ( Dyninst::PatchAPI::PatchBlock* first, Dyninst::PatchAPI::PatchBlock* second )Field 'first->obj_->co_' in 1st parameter 'first' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchFunction::~PatchFunction [in-charge] ( )Field 'this->points_->entry->the_edge_->src_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchMgr::destroy ( Dyninst::PatchAPI::Point* p1 )Field 'p1->the_edge_->trg_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchMgr::findPoint ( Dyninst::PatchAPI::Location loc, enum Dyninst::PatchAPI::Point::Type type, bool create )Field 'loc->func->points_->entry->the_edge_->src_->obj_->co_' in 1st parameter 'loc' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchMgr::getCandidates ( Dyninst::PatchAPI::Scope& p1, enum Dyninst::PatchAPI::Point::Type types, Dyninst::PatchAPI::PatchMgr::Candidates& ret )Field 'p1->func->points_->during->the_edge_->src_->obj_->co_' in 1st parameter 'p1' (reference) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchModifier::insert ( Dyninst::PatchAPI::PatchObject* p1, Dyninst::PatchAPI::SnippetPtr snip, Dyninst::PatchAPI::Point* point ) [static]Field 'point->the_edge_->trg_->obj_->co_' in 3rd parameter 'point' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchModifier::insert ( Dyninst::PatchAPI::PatchObject* p1, void* start, unsigned int size ) [static]Field 'p1->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchModifier::redirect ( Dyninst::PatchAPI::PatchEdge* edge, Dyninst::PatchAPI::PatchBlock* target ) [static]Field 'target->obj_->co_' in 2nd parameter 'target' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchModifier::remove ( Dyninst::PatchAPI::PatchFunction* p1 ) [static]Field 'p1->points_->during->the_block_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchModifier::split ( Dyninst::PatchAPI::PatchBlock* p1, Dyninst::Address p2, bool trust, Dyninst::Address newlast ) [static]Field 'p1->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::addBlock ( Dyninst::PatchAPI::PatchBlock* p1 )Field 'p1->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::addEdge ( Dyninst::PatchAPI::PatchEdge* p1 )Field 'p1->trg_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::addFunc ( Dyninst::PatchAPI::PatchFunction* p1 )Field 'p1->points_->during->the_block_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::clone ( Dyninst::PatchAPI::PatchObject* par_obj, Dyninst::Address base, Dyninst::PatchAPI::CFGMaker* cm, Dyninst::PatchAPI::PatchCallback* cb ) [static]Field 'par_obj->co_' in 1st parameter 'par_obj' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::consistency ( Dyninst::PatchAPI::AddrSpace const* as ) constField 'as->first_object_->co_' in 1st parameter 'as' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::copyCFG ( Dyninst::PatchAPI::PatchObject* par_obj )Field 'par_obj->co_' in 1st parameter 'par_obj' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::create ( CodeObject* co, Dyninst::Address base, Dyninst::PatchAPI::CFGMaker* cm, Dyninst::PatchAPI::PatchCallback* cb ) [static]1st parameter 'co' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::format ( ) constField 'this->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::getBlock ( Block* p1, bool create )Field 'retval->obj_->co_' in return value (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::getEdge ( Edge* p1, Dyninst::PatchAPI::PatchBlock* p2, Dyninst::PatchAPI::PatchBlock* p3, bool create )Field 'p3->obj_->co_' in 3rd parameter 'p3' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::getFunc ( Function* p1, bool create )Field 'p1->_obj' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::mgr ( ) constField 'this->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::PatchObject [in-charge] ( CodeObject* o, Dyninst::Address a, Dyninst::PatchAPI::CFGMaker* cm, Dyninst::PatchAPI::PatchCallback* cb )1st parameter 'o' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::PatchObject [in-charge] ( Dyninst::PatchAPI::PatchObject const* par_obj, Dyninst::Address a, Dyninst::PatchAPI::CFGMaker* cm, Dyninst::PatchAPI::PatchCallback* cb )Field 'par_obj->co_' in 1st parameter 'par_obj' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::removeBlock ( Block* p1 )Field 'this->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::removeBlock ( Dyninst::PatchAPI::PatchBlock* p1 )Field 'p1->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::removeEdge ( Edge* p1 )Field 'this->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::removeEdge ( Dyninst::PatchAPI::PatchEdge* p1 )Field 'p1->trg_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::removeFunc ( Function* p1 )Field 'p1->_obj' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::removeFunc ( Dyninst::PatchAPI::PatchFunction* p1 )Field 'p1->points_->during->the_block_->obj_->co_' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::setAddrSpace ( Dyninst::PatchAPI::AddrSpace* as )Field 'this->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::splitBlock ( Dyninst::PatchAPI::PatchBlock* first, Block* second )Field 'first->obj_->co_' in 1st parameter 'first' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PatchObject::~PatchObject [in-charge] ( )Field 'this->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::Point::cb ( ) constField 'this->the_edge_->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::Point::changeBlock ( Dyninst::PatchAPI::PatchBlock* newBlock )Field 'newBlock->obj_->co_' in 1st parameter 'newBlock' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::Point::clear ( )Field 'this->the_edge_->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::Point::consistency ( ) constField 'this->the_edge_->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::Point::destroy ( )Field 'this->the_edge_->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::Point::getCallee ( )Field 'this->the_edge_->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::Point::initCodeStructure ( )Field 'this->the_edge_->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::Point::obj ( ) constField 'retval->co_' in return value (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::Point::Point [in-charge] ( enum Dyninst::PatchAPI::Point::Type t, Dyninst::PatchAPI::PatchMgrPtr mgr, Dyninst::PatchAPI::PatchBlock* p3, Dyninst::PatchAPI::PatchFunction* p4 )Field 'p4->points_->during->the_edge_->trg_->obj_->co_' in 4th parameter 'p4' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::Point::Point [in-charge] ( enum Dyninst::PatchAPI::Point::Type t, Dyninst::PatchAPI::PatchMgrPtr mgr, Dyninst::PatchAPI::PatchBlock* p3, Dyninst::Address p4, Dyninst::InstructionAPI::Instruction::Ptr p5, Dyninst::PatchAPI::PatchFunction* p6 )Field 'p6->points_->during->the_block_->obj_->co_' in 6th parameter 'p6' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::Point::Point [in-charge] ( enum Dyninst::PatchAPI::Point::Type t, Dyninst::PatchAPI::PatchMgrPtr mgr, Dyninst::PatchAPI::PatchEdge* p3, Dyninst::PatchAPI::PatchFunction* p4 )Field 'p4->points_->during->the_edge_->trg_->obj_->co_' in 4th parameter 'p4' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::Point::Point [in-charge] ( enum Dyninst::PatchAPI::Point::Type t, Dyninst::PatchAPI::PatchMgrPtr mgr, Dyninst::PatchAPI::PatchFunction* p3 )Field 'p3->points_->during->the_edge_->trg_->obj_->co_' in 3rd parameter 'p3' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::Point::Point [in-charge] ( enum Dyninst::PatchAPI::Point::Type t, Dyninst::PatchAPI::PatchMgrPtr mgr, Dyninst::PatchAPI::PatchFunction* p3, Dyninst::PatchAPI::PatchBlock* p4 )Field 'p3->points_->during->the_edge_->trg_->obj_->co_' in 3rd parameter 'p3' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::Point::pushBack ( Dyninst::PatchAPI::SnippetPtr p1 )Field 'this->the_edge_->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::Point::pushFront ( Dyninst::PatchAPI::SnippetPtr p1 )Field 'this->the_edge_->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::Point::remove ( Dyninst::PatchAPI::InstancePtr p1 )Field 'this->the_edge_->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::Point::size ( )Field 'this->the_edge_->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::Point::~Point [in-charge] ( )Field 'this->the_edge_->trg_->obj_->co_' in the object of this method has base type 'CodeObject'.
Dyninst::PatchAPI::PointMaker::createPoint ( Dyninst::PatchAPI::Location loc, enum Dyninst::PatchAPI::Point::Type type )Field 'loc->func->points_->entry->the_edge_->src_->obj_->co_' in 1st parameter 'loc' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PointMaker::mkBlockPoint ( enum Dyninst::PatchAPI::Point::Type t, Dyninst::PatchAPI::PatchMgrPtr m, Dyninst::PatchAPI::PatchBlock* p3, Dyninst::PatchAPI::PatchFunction* context )Field 'context->points_->during->the_block_->obj_->co_' in 4th parameter 'context' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PointMaker::mkEdgePoint ( enum Dyninst::PatchAPI::Point::Type t, Dyninst::PatchAPI::PatchMgrPtr m, Dyninst::PatchAPI::PatchEdge* p3, Dyninst::PatchAPI::PatchFunction* context )Field 'p3->trg_->obj_->co_' in 3rd parameter 'p3' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PointMaker::mkFuncPoint ( enum Dyninst::PatchAPI::Point::Type t, Dyninst::PatchAPI::PatchMgrPtr m, Dyninst::PatchAPI::PatchFunction* p3 )Field 'p3->points_->during->the_edge_->trg_->obj_->co_' in 3rd parameter 'p3' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PointMaker::mkFuncSitePoint ( enum Dyninst::PatchAPI::Point::Type t, Dyninst::PatchAPI::PatchMgrPtr m, Dyninst::PatchAPI::PatchFunction* p3, Dyninst::PatchAPI::PatchBlock* p4 )Field 'p3->points_->during->the_edge_->trg_->obj_->co_' in 3rd parameter 'p3' (pointer) has base type 'CodeObject'.
Dyninst::PatchAPI::PointMaker::mkInsnPoint ( enum Dyninst::PatchAPI::Point::Type t, Dyninst::PatchAPI::PatchMgrPtr m, Dyninst::PatchAPI::PatchBlock* p3, Dyninst::Address p4, Dyninst::InstructionAPI::Instruction::Ptr p5, Dyninst::PatchAPI::PatchFunction* context )Field 'context->points_->during->the_block_->obj_->co_' in 6th parameter 'context' (pointer) has base type 'CodeObject'.
Dyninst::Slicer::Predicates::followCall ( Function* p1, Dyninst::Slicer::Predicates::CallStack_t& p2, Dyninst::AbsRegion&restrict p3 )Field 'p1->_obj' in 1st parameter 'p1' (pointer) has base type 'CodeObject'.
Dyninst::Slicer::Slicer [in-charge] ( Dyninst::AssignmentPtr a, Block* block, Function* func )Field 'func->_obj' in 3rd parameter 'func' (pointer) has base type 'CodeObject'.
InstructionCache::getLivenessInfo ( Dyninst::Address addr, Function* func, ReadWriteInfo& rw )Field 'func->_obj' in 2nd parameter 'func' (pointer) has base type 'CodeObject'.
InstructionCache::insertInstructionInfo ( Dyninst::Address addr, ReadWriteInfo rw, Function* func )Field 'func->_obj' in 3rd parameter 'func' (pointer) has base type 'CodeObject'.