Home
last modified time | relevance | path

Searched refs:BestForm (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.h236 static unsigned BestForm(bool IsSigned, uint64_t Int) { in BestForm() function
370 unsigned BestForm() const { in BestForm() function
DDwarfCompileUnit.cpp67 if (!Form) Form = DIEInteger::BestForm(false, Integer); in addUInt()
77 if (!Form) Form = DIEInteger::BestForm(true, Integer); in addSInt()
126 Die->addValue(Attribute, Block->BestForm(), Block); in addBlock()