Searched refs:BestForm (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 170 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 D | DwarfUnit.cpp | 231 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 D | AccelTable.cpp | 412 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, LargestCUIndex); in getUniformAttributes()
|