HomeSort by relevance Sort by last modified time
    Searched defs:getSigned (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFFormValue.h 65 int64_t getSigned() const { return Value.sval; }
  /external/llvm/lib/Support/
DataExtractor.cpp 107 DataExtractor::getSigned(uint32_t *offset_ptr, uint32_t byte_size) const {
118 llvm_unreachable("getSigned unhandled case!");
  /external/llvm/lib/VMCore/
Constants.cpp 438 ConstantInt* ConstantInt::getSigned(IntegerType* Ty, int64_t V) {
442 Constant *ConstantInt::getSigned(Type *Ty, int64_t V) {
    [all...]

Completed in 115 milliseconds