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

  /external/llvm/unittests/DebugInfo/DWARF/
DWARFFormValueTest.cpp 94 EXPECT_EQ(Sign1.getAsSignedConstant().getValue(), -123);
95 EXPECT_EQ(Sign2.getAsSignedConstant().getValue(), -12345);
96 EXPECT_EQ(Sign4.getAsSignedConstant().getValue(), -123456789);
97 EXPECT_EQ(Sign8.getAsSignedConstant().getValue(), -1);
103 EXPECT_EQ(UMax.getAsSignedConstant().getValue(), LLONG_MAX);
104 EXPECT_EQ(TooBig.getAsSignedConstant().hasValue(), false);
115 EXPECT_EQ(Data1.getAsSignedConstant().getValue(), 120);
116 EXPECT_EQ(Data2.getAsSignedConstant().getValue(), 32000);
117 EXPECT_EQ(Data4.getAsSignedConstant().getValue(), 2000000000);
118 EXPECT_EQ(Data8.getAsSignedConstant().getValue(), 0x1234567812345678LL)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DWARFFormValueTest.cpp 81 EXPECT_EQ(Sign1.getAsSignedConstant().getValue(), -123);
82 EXPECT_EQ(Sign2.getAsSignedConstant().getValue(), -12345);
83 EXPECT_EQ(Sign4.getAsSignedConstant().getValue(), -123456789);
84 EXPECT_EQ(Sign8.getAsSignedConstant().getValue(), -1);
90 EXPECT_EQ(UMax.getAsSignedConstant().getValue(), LLONG_MAX);
91 EXPECT_EQ(TooBig.getAsSignedConstant().hasValue(), false);
102 EXPECT_EQ(Data1.getAsSignedConstant().getValue(), 120);
103 EXPECT_EQ(Data2.getAsSignedConstant().getValue(), 32000);
104 EXPECT_EQ(Data4.getAsSignedConstant().getValue(), 2000000000);
105 EXPECT_EQ(Data8.getAsSignedConstant().getValue(), 0x1234567812345678LL)
    [all...]
DWARFDebugInfoTest.cpp     [all...]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 77 Optional<int64_t> getAsSignedConstant() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 101 Optional<int64_t> getAsSignedConstant() const;
216 return V->getAsSignedConstant();
  /external/llvm/lib/DebugInfo/DWARF/
DWARFFormValue.cpp 572 Optional<int64_t> DWARFFormValue::getAsSignedConstant() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFFormValue.cpp 603 Optional<int64_t> DWARFFormValue::getAsSignedConstant() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 363 milliseconds