HomeSort by relevance Sort by last modified time
    Searched refs:BestForm (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.h 244 /// BestForm - Choose the best form for integer.
246 static unsigned BestForm(bool IsSigned, uint64_t Int) {
405 /// BestForm - Choose the best form for data.
407 unsigned BestForm() const {
DwarfCompileUnit.cpp 55 if (!Form) Form = DIEInteger::BestForm(false, Integer);
65 if (!Form) Form = DIEInteger::BestForm(true, Integer);
108 Die->addValue(Attribute, Block->BestForm(), Block);
    [all...]
  /external/llvm/include/llvm/CodeGen/
DIE.h 115 /// BestForm - Choose the best form for integer.
117 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) {
691 /// BestForm - Choose the best form for data.
693 dwarf::Form BestForm(unsigned DwarfVersion) const {
725 /// BestForm - Choose the best form for data.
727 dwarf::Form BestForm() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DIE.h 170 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) {
856 /// BestForm - Choose the best form for data.
858 dwarf::Form BestForm(unsigned DwarfVersion) const {
890 /// BestForm - Choose the best form for data.
892 dwarf::Form BestForm() const {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 196 Form = DIEInteger::BestForm(false, Integer);
208 Form = DIEInteger::BestForm(true, Integer);
312 Loc->BestForm(DD->getDwarfVersion()), Loc);
319 Die.addValue(DIEValueAllocator, Attribute, Block->BestForm(), Block);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 212 Form = DIEInteger::BestForm(false, Integer);
226 Form = DIEInteger::BestForm(true, Integer);
366 Loc->BestForm(DD->getDwarfVersion()), Loc);
373 Die.addValue(DIEValueAllocator, Attribute, Block->BestForm(), Block);
    [all...]
AccelTable.cpp 418 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, LargestCUIndex);

Completed in 146 milliseconds