Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h170 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm() function
937 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm() function
974 dwarf::Form BestForm() const { in BestForm() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp231 Form = DIEInteger::BestForm(false, Integer); in addUInt()
245 Form = DIEInteger::BestForm(true, Integer); in addSInt()
399 addAttribute(Die, Attribute, Loc->BestForm(DD->getDwarfVersion()), Loc); in addBlock()
411 addBlock(Die, Attribute, Block->BestForm(), Block); in addBlock()
H A DAccelTable.cpp412 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, LargestCUIndex); in getUniformAttributes()