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

  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 619 auto PITyDIE = DIE::get(Alloc, dwarf::DW_TAG_const_type);
620 PITyDIE->addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, IntTy);
622 DIEEntry PITy(*PITyDIE);
665 auto PITyDIE = DIE::get(Alloc, dwarf::DW_TAG_const_type);
666 PITyDIE->addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, FloatTy);
668 DIEEntry PITy(*PITyDIE);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DIEHashTest.cpp 619 auto PITyDIE = DIE::get(Alloc, dwarf::DW_TAG_const_type);
620 PITyDIE->addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, IntTy);
622 DIEEntry PITy(*PITyDIE);
665 auto PITyDIE = DIE::get(Alloc, dwarf::DW_TAG_const_type);
666 PITyDIE->addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, FloatTy);
668 DIEEntry PITy(*PITyDIE);

Completed in 1906 milliseconds