Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DDIE.h118 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm() function
712 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm() function
746 dwarf::Form BestForm() const { in BestForm() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp198 Form = DIEInteger::BestForm(false, Integer); in addUInt()
210 Form = DIEInteger::BestForm(true, Integer); in addSInt()
314 Loc->BestForm(DD->getDwarfVersion()), Loc); in addBlock()
321 Die.addValue(DIEValueAllocator, Attribute, Block->BestForm(), Block); in addBlock()