Lines Matching full:address
76 bool StartCompilationUnit(const char *name, uint64_t address,
78 bool EndCompilationUnit(uint64_t address);
79 bool StartFunction(const string &name, uint64_t address);
80 bool EndFunction(uint64_t address);
81 bool Line(uint64_t address, const char *name, int number);
82 bool Extern(const string &name, uint64_t address);
105 // their ending address, and their lines' ending addresses.
115 vector<Module::Address> boundaries_;
122 // The base address of the current compilation unit. We use this to
126 Module::Address comp_unit_base_address_;