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

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

Completed in 66 milliseconds