Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp230 Form = DIEInteger::BestForm(false, Integer); in addUInt()
244 Form = DIEInteger::BestForm(true, Integer); in addSInt()
398 addAttribute(Die, Attribute, Loc->BestForm(DD->getDwarfVersion()), Loc); in addBlock()
410 addBlock(Die, Attribute, Block->BestForm(), Block); in addBlock()
H A DAccelTable.cpp412 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, LargestCUIndex); in getUniformAttributes()