Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DDwarf.cpp462 case DW_OP_GNU_const_index: return "DW_OP_GNU_const_index"; in OperationEncodingString()
/external/llvm/include/llvm/Support/
DDwarf.h491 DW_OP_GNU_const_index = 0xfc, enumerator
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1401 addUInt(Block, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_const_index); in createGlobalVariableDIE()