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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp486 bool SignedConstant = isTypeSigned(Ty, &SizeInBits); local
487 unsigned Form = SignedConstant ? dwarf::DW_FORM_sdata : dwarf::DW_FORM_udata;
495 SignedConstant ? addSInt(Block, 0, Form, MO.getImm())

Completed in 55 milliseconds