Home
last modified time | relevance | path

Searched defs:getSigned (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/
DDWARFFormValue.h65 int64_t getSigned() const { return Value.sval; } in getSigned() function
/external/llvm/lib/Support/
DDataExtractor.cpp107 DataExtractor::getSigned(uint32_t *offset_ptr, uint32_t byte_size) const { in getSigned() function in DataExtractor
/external/llvm/lib/IR/
DConstants.cpp507 ConstantInt *ConstantInt::getSigned(IntegerType *Ty, int64_t V) { in getSigned() function in ConstantInt
511 Constant *ConstantInt::getSigned(Type *Ty, int64_t V) { in getSigned() function in ConstantInt