Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp125 uint32_t form_size = 0; in extractFast() local
130 form_size = debug_info_data.getULEB128(&offset); in extractFast()
133 form_size = debug_info_data.getU8(&offset); in extractFast()
136 form_size = debug_info_data.getU16(&offset); in extractFast()
139 form_size = debug_info_data.getU32(&offset); in extractFast()
150 form_size = cu->getAddressByteSize(); in extractFast()
157 form_size = 1; in extractFast()
163 form_size = 2; in extractFast()
170 form_size = 4; in extractFast()
176 form_size = 8; in extractFast()
[all …]