Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DDIE.h256 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm() function
487 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm() function
530 dwarf::Form BestForm() const { in BestForm() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp217 Form = DIEInteger::BestForm(false, Integer); in addUInt()
232 Form = DIEInteger::BestForm(true, Integer); in addSInt()
374 Die.addValue(Attribute, Loc->BestForm(DD->getDwarfVersion()), Loc); in addBlock()
381 Die.addValue(Attribute, Block->BestForm(), Block); in addBlock()