Searched refs:BestForm (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DIE.h | 246 static unsigned BestForm(bool IsSigned, uint64_t Int) { in BestForm() function 407 unsigned BestForm() const { in BestForm() function
|
D | DwarfCompileUnit.cpp | 55 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/ |
D | DIE.h | 117 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/ |
D | DIE.h | 170 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/ |
D | DwarfUnit.cpp | 196 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/ |
D | DwarfUnit.cpp | 212 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()
|
D | AccelTable.cpp | 418 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, LargestCUIndex); in getUniformAttributes()
|