Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DDIE.h170 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm() function
858 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm() function
892 dwarf::Form BestForm() const { in BestForm() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp212 Form = DIEInteger::BestForm(false, Integer); in addUInt()
226 Form = DIEInteger::BestForm(true, Integer); in addSInt()
381 Loc->BestForm(DD->getDwarfVersion()), Loc); in addBlock()
388 Die.addValue(DIEValueAllocator, Attribute, Block->BestForm(), Block); in addBlock()
H A DAccelTable.cpp419 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, LargestCUIndex); in getUniformAttributes()