Searched refs:BestForm (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 170 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
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 223 Form = DIEInteger::BestForm(false, Integer); in addUInt() 237 Form = DIEInteger::BestForm(true, Integer); in addSInt() 393 addAttribute(Die, Attribute, Loc->BestForm(DD->getDwarfVersion()), Loc); in addBlock() 405 addBlock(Die, Attribute, Block->BestForm(), Block); in addBlock()
|
| H A D | AccelTable.cpp | 411 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, LargestCUIndex); in getUniformAttributes()
|