Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDIE.h246 static unsigned BestForm(bool IsSigned, uint64_t Int) { in BestForm() function
407 unsigned BestForm() const { in BestForm() function
DDwarfCompileUnit.cpp55 if (!Form) Form = DIEInteger::BestForm(false, Integer); in addUInt()
65 if (!Form) Form = DIEInteger::BestForm(true, Integer); in addSInt()
108 Die->addValue(Attribute, Block->BestForm(), Block); in addBlock()
/external/llvm/include/llvm/CodeGen/
DDIE.h117 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm() function
693 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm() function
727 dwarf::Form BestForm() const { in BestForm() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDIE.h170 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm() function
858 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm() function
892 dwarf::Form BestForm() const { in BestForm() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp196 Form = DIEInteger::BestForm(false, Integer); in addUInt()
208 Form = DIEInteger::BestForm(true, Integer); in addSInt()
312 Loc->BestForm(DD->getDwarfVersion()), Loc); in addBlock()
319 Die.addValue(DIEValueAllocator, Attribute, Block->BestForm(), Block); in addBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp212 Form = DIEInteger::BestForm(false, Integer); in addUInt()
226 Form = DIEInteger::BestForm(true, Integer); in addSInt()
366 Loc->BestForm(DD->getDwarfVersion()), Loc); in addBlock()
373 Die.addValue(DIEValueAllocator, Attribute, Block->BestForm(), Block); in addBlock()
DAccelTable.cpp418 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, LargestCUIndex); in getUniformAttributes()