Home
last modified time | relevance | path

Searched refs:debug_str (Results 1 – 1 of 1) sorted by relevance

/art/libelffile/dwarf/
Ddebug_info_entry_writer.h177 std::vector<uint8_t>* debug_str) { in WriteStrp() argument
179 this->PushUint32(debug_str->size()); in WriteStrp()
180 debug_str->insert(debug_str->end(), str, str + len); in WriteStrp()
181 debug_str->push_back(0); in WriteStrp()
184 void WriteStrp(Attribute attrib, const char* str, std::vector<uint8_t>* debug_str) { in WriteStrp() argument
185 WriteStrp(attrib, str, strlen(str), debug_str); in WriteStrp()