Searched refs:StartCU (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module_unittest.cc145 // may override this in StartCU.
159 // StartCU.
164 // for StartCU to pass the compilation unit's root DIE a
170 // If SIGNED true, have StartCU report DW_AT_language as a signed
179 void StartCU();
319 void CUFixtureBase::StartCU() { function in class:CUFixtureBase
627 #define StartCU() TRACE(StartCU()) macro
646 StartCU();
653 StartCU();
[all...]
H A Dstabs_reader_unittest.cc73 StringAssembler() : in_cu_(false) { StartCU(); }
89 void StartCU() { function in class:__anon5136::StringAssembler
90 // Ignore duplicate calls to StartCU. Our test data don't always call
91 // StartCU at all, meaning that our constructor has to take care of it,
92 // meaning that tests that *do* call StartCU call it twice at the
170 StabsAssembler &StartCU(const string &name) { function in class:__anon5136::StabsAssembler
173 string_assembler_->StartCU();
416 .StartCU("antimony")
421 .StartCU("aluminum")

Completed in 74 milliseconds