Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp84 DWARFFormValue::FC_Block, // 0x03 DW_FORM_block2
85 DWARFFormValue::FC_Block, // 0x04 DW_FORM_block4
92 DWARFFormValue::FC_Block, // 0x09 DW_FORM_block
93 DWARFFormValue::FC_Block, // 0x0a DW_FORM_block1
591 if (!isFormClass(FC_Block) && !isFormClass(FC_Exprloc)) in getAsBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp34 DWARFFormValue::FC_Block, // 0x03 DW_FORM_block2
35 DWARFFormValue::FC_Block, // 0x04 DW_FORM_block4
42 DWARFFormValue::FC_Block, // 0x09 DW_FORM_block
43 DWARFFormValue::FC_Block, // 0x0a DW_FORM_block1
623 if (!isFormClass(FC_Block) && !isFormClass(FC_Exprloc) && in getAsBlock()
DDWARFDie.cpp90 if (FormValue.isFormClass(DWARFFormValue::FC_Block) || in dumpLocation()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h27 FC_Block, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h32 FC_Block, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1362 !DWARFFormValue(AttrSpec.Form).isFormClass(DWARFFormValue::FC_Block); in shouldSkipAttribute()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2701 !DWARFFormValue(AttrSpec.Form).isFormClass(DWARFFormValue::FC_Block); in shouldSkipAttribute()