Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFCompileUnit.cpp152 const uint8_t *fixed_form_sizes = in extractDIEsIfNeeded() local
156 die.extractFast(this, fixed_form_sizes, &offset)) { in extractDIEsIfNeeded()
DDWARFDebugInfoEntry.cpp97 const uint8_t *fixed_form_sizes, in extractFast() argument
104 assert (fixed_form_sizes); // For best performance this should be specified! in extractFast()
118 const uint8_t fixed_skip_size = fixed_form_sizes[form]; in extractFast()
DDWARFDebugInfoEntry.h46 bool extractFast(const DWARFCompileUnit *cu, const uint8_t *fixed_form_sizes,