Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFFormValue.cpp121 case DW_FORM_GNU_addr_index: in isFormClass()
234 case DW_FORM_GNU_addr_index: in extractValue()
340 case DW_FORM_GNU_addr_index: in skipValue()
371 case DW_FORM_GNU_addr_index: { in dump()
523 if (Form == DW_FORM_GNU_addr_index) { in getAsAddress()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDIE.cpp263 case dwarf::DW_FORM_GNU_addr_index: Asm->EmitULEB128(Integer); return; in EmitValue()
294 case dwarf::DW_FORM_GNU_addr_index: return getULEB128Size(Integer); in SizeOf()
HDDwarfCompileUnit.cpp45 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_GNU_addr_index, in addLabelAddress()
HDDwarfUnit.cpp254 addUInt(Die, dwarf::DW_FORM_GNU_addr_index, in addOpAddress()
/NextBSD/contrib/llvm/include/llvm/Support/
HDDwarf.h292 DW_FORM_GNU_addr_index = 0x1f01, enumerator
/NextBSD/contrib/llvm/lib/Support/
HDDwarf.cpp237 case DW_FORM_GNU_addr_index: return "DW_FORM_GNU_addr_index"; in FormEncodingString()