Searched refs:FC_Address (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.cpp | 33 DWARFFormValue::FC_Address, // 0x01 DW_FORM_addr 61 DWARFFormValue::FC_Address, // 0x1b DW_FORM_addrx 75 DWARFFormValue::FC_Address, // 0x29 DW_FORM_addrx1 76 DWARFFormValue::FC_Address, // 0x2a DW_FORM_addrx2 77 DWARFFormValue::FC_Address, // 0x2b DW_FORM_addrx3 78 DWARFFormValue::FC_Address, // 0x2c DW_FORM_addrx4 79 DWARFFormValue::FC_Address, // 0x2001 DW_FORM_addrx_offset 642 if (!doesFormBelongToClass(Form, FC_Address, U ? U->getVersion() : 3)) in getAsSectionedAddress() 781 return (FC == DWARFFormValue::FC_Address); in doesFormBelongToClass() 786 return (FC == DWARFFormValue::FC_Address); in doesFormBelongToClass()
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.h | 30 FC_Address, enumerator
|