Home
last modified time | relevance | path

Searched refs:getAsSignedConstant (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h113 Optional<int64_t> getAsSignedConstant() const;
242 return V->getAsSignedConstant(); in toSigned()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp689 Optional<int64_t> DWARFFormValue::getAsSignedConstant() const { in getAsSignedConstant() function in DWARFFormValue
DDWARFContext.cpp1046 UpperBoundAttr->getAsSignedConstant()) { in getTypeSize()
1049 LowerBound = LowerBoundAttr->getAsSignedConstant().getValueOr(0); in getTypeSize()