Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.h256 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm() function
486 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm() function
529 dwarf::Form BestForm() const { in BestForm() function
DDwarfUnit.cpp177 Form = DIEInteger::BestForm(false, Integer); in addUInt()
192 Form = DIEInteger::BestForm(true, Integer); in addSInt()
406 Die.addValue(Attribute, Loc->BestForm(DD->getDwarfVersion()), Loc); in addBlock()
413 Die.addValue(Attribute, Block->BestForm(), Block); in addBlock()