Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDIE.h170 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm() function
944 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm() function
980 dwarf::Form BestForm() const { in BestForm() function
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp224 Form = DIEInteger::BestForm(false, Integer); in addUInt()
238 Form = DIEInteger::BestForm(true, Integer); in addSInt()
394 addAttribute(Die, Attribute, Loc->BestForm(DD->getDwarfVersion()), Loc); in addBlock()
406 addBlock(Die, Attribute, Block->BestForm(), Block); in addBlock()
H A DAccelTable.cpp411 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, LargestCUIndex); in getUniformAttributes()