Home
last modified time | relevance | path

Searched defs:fail_value (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/lldb/examples/python/
Dfile_extract.py63 def get_sint8(self, fail_value=0): argument
72 def get_uint8(self, fail_value=0): argument
81 def get_sint16(self, fail_value=0): argument
90 def get_uint16(self, fail_value=0): argument
99 def get_sint32(self, fail_value=0): argument
108 def get_uint32(self, fail_value=0): argument
117 def get_sint64(self, fail_value=0): argument
126 def get_uint64(self, fail_value=0): argument
138 fail_value='', argument
164 def get_n_sint8(self, n, fail_value=0): argument
[all …]
Ddict_utils.py11 def get_keys_for_value(self, value, fail_value=None): argument
18 def get_first_key_for_value(self, value, fail_value=None): argument
25 def get_value(self, key, fail_value=None): argument
Dgdbremote.py429 def get_thread_id(self, fail_value=-1): argument
492 def get_number(self, fail_value=-1): argument
/external/llvm-project/lldb/source/Host/common/
DStringConvert.cpp16 int32_t ToSInt32(const char *s, int32_t fail_value, int base, in ToSInt32()
32 uint32_t ToUInt32(const char *s, uint32_t fail_value, int base, in ToUInt32()
48 int64_t ToSInt64(const char *s, int64_t fail_value, int base, in ToSInt64()
64 uint64_t ToUInt64(const char *s, uint64_t fail_value, int base, in ToUInt64()
80 double ToDouble(const char *s, double fail_value, bool *success_ptr) { in ToDouble()
DNativeRegisterContext.cpp112 lldb::addr_t NativeRegisterContext::GetPC(lldb::addr_t fail_value) { in GetPC()
131 NativeRegisterContext::GetPCfromBreakpointLocation(lldb::addr_t fail_value) { in GetPCfromBreakpointLocation()
141 lldb::addr_t NativeRegisterContext::GetSP(lldb::addr_t fail_value) { in GetSP()
153 lldb::addr_t NativeRegisterContext::GetFP(lldb::addr_t fail_value) { in GetFP()
165 lldb::addr_t NativeRegisterContext::GetReturnAddress(lldb::addr_t fail_value) { in GetReturnAddress()
171 lldb::addr_t NativeRegisterContext::GetFlags(lldb::addr_t fail_value) { in GetFlags()
179 lldb::addr_t fail_value) { in ReadRegisterAsUnsigned()
187 lldb::addr_t fail_value) { in ReadRegisterAsUnsigned()
DXML.cpp155 uint64_t fail_value, int base) const { in GetAttributeValueAsUnsigned()
303 bool XMLNode::GetElementTextAsUnsigned(uint64_t &value, uint64_t fail_value, in GetElementTextAsUnsigned()
/external/llvm-project/lldb/source/Utility/
DStringExtractor.cpp45 char StringExtractor::GetChar(char fail_value) { in GetChar()
76 uint8_t StringExtractor::GetHexU8(uint8_t fail_value, bool set_eof_on_fail) { in GetHexU8()
95 uint32_t StringExtractor::GetU32(uint32_t fail_value, int base) { in GetU32()
110 int32_t StringExtractor::GetS32(int32_t fail_value, int base) { in GetS32()
125 uint64_t StringExtractor::GetU64(uint64_t fail_value, int base) { in GetU64()
140 int64_t StringExtractor::GetS64(int64_t fail_value, int base) { in GetS64()
156 uint32_t fail_value) { in GetHexMaxU32()
207 uint64_t fail_value) { in GetHexMaxU64()
DRegisterValue.cpp507 uint16_t RegisterValue::GetAsUInt16(uint16_t fail_value, in GetAsUInt16()
533 uint32_t RegisterValue::GetAsUInt32(uint32_t fail_value, in GetAsUInt32()
563 uint64_t RegisterValue::GetAsUInt64(uint64_t fail_value, in GetAsUInt64()
598 llvm::APInt RegisterValue::GetAsUInt128(const llvm::APInt &fail_value, in GetAsUInt128()
633 float RegisterValue::GetAsFloat(float fail_value, bool *success_ptr) const { in GetAsFloat()
652 double RegisterValue::GetAsDouble(double fail_value, bool *success_ptr) const { in GetAsDouble()
672 long double RegisterValue::GetAsLongDouble(long double fail_value, in GetAsLongDouble()
DArgs.cpp417 lldb::Encoding fail_value) { in StringToEncoding()
/external/llvm-project/lldb/tools/debugserver/source/
DStdStringExtractor.cpp36 char StdStringExtractor::GetChar(char fail_value) { in GetChar()
68 uint8_t StdStringExtractor::GetHexU8(uint8_t fail_value, bool set_eof_on_fail) { in GetHexU8()
87 uint32_t StdStringExtractor::GetU32(uint32_t fail_value, int base) { in GetU32()
102 int32_t StdStringExtractor::GetS32(int32_t fail_value, int base) { in GetS32()
117 uint64_t StdStringExtractor::GetU64(uint64_t fail_value, int base) { in GetU64()
132 int64_t StdStringExtractor::GetS64(int64_t fail_value, int base) { in GetS64()
148 uint32_t fail_value) { in GetHexMaxU32()
199 uint64_t fail_value) { in GetHexMaxU64()
/external/llvm-project/lldb/source/Interpreter/
DOptionArgParser.cpp18 bool OptionArgParser::ToBoolean(llvm::StringRef ref, bool fail_value, in ToBoolean()
35 char OptionArgParser::ToChar(llvm::StringRef s, char fail_value, in ToChar()
49 int32_t fail_value, Status &error) { in ToOptionEnum()
124 llvm::StringRef s, lldb::ScriptLanguage fail_value, bool *success_ptr) { in ToScriptLanguage()
144 lldb::addr_t fail_value, in ToAddress()
DOptionValue.cpp20 uint64_t OptionValue::GetUInt64Value(uint64_t fail_value, bool *success_ptr) { in GetUInt64Value()
/external/llvm-project/lldb/source/Target/
DRegisterContext.cpp121 uint64_t RegisterContext::GetPC(uint64_t fail_value) { in GetPC()
164 uint64_t RegisterContext::GetSP(uint64_t fail_value) { in GetSP()
176 uint64_t RegisterContext::GetFP(uint64_t fail_value) { in GetFP()
188 uint64_t RegisterContext::GetReturnAddress(uint64_t fail_value) { in GetReturnAddress()
194 uint64_t RegisterContext::GetFlags(uint64_t fail_value) { in GetFlags()
201 uint64_t fail_value) { in ReadRegisterAsUnsigned()
208 uint64_t fail_value) { in ReadRegisterAsUnsigned()
DProcess.cpp288 const bool fail_value = true; in GetOSPluginReportsAllThreads() local
2216 uint64_t fail_value, in ReadUnsignedIntegerFromMemory()
2227 int64_t fail_value, in ReadSignedIntegerFromMemory()
/external/llvm-project/lldb/tools/lldb-vscode/
DJSONUtils.cpp60 uint64_t fail_value) { in GetUnsigned()
67 uint64_t fail_value) { in GetUnsigned()
74 bool fail_value) { in GetBoolean()
83 bool fail_value) { in GetBoolean()
90 int64_t fail_value) { in GetSigned()
97 int64_t fail_value) { in GetSigned()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp522 const DWARFUnit *cu, const dw_attr_t attr, const char *fail_value, in GetAttributeValueAsString()
535 const DWARFUnit *cu, const dw_attr_t attr, uint64_t fail_value, in GetAttributeValueAsUnsigned()
559 const DWARFUnit *cu, const dw_attr_t attr, uint64_t fail_value, in GetAttributeValueAsAddress()
575 const DWARFUnit *cu, dw_addr_t lo_pc, uint64_t fail_value, in GetAttributeHighPC()
599 uint64_t fail_value, bool check_specification_or_abstract_origin) const { in GetAttributeAddressRange()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h219 uint64_t fail_value, bool *success_ptr) { in MemARead()
256 uint64_t fail_value, bool *success_ptr) { in MemURead()
/external/llvm-project/lldb/source/Core/
DEmulateInstruction.cpp94 uint64_t fail_value, in ReadRegisterUnsigned()
105 uint64_t fail_value, in ReadRegisterUnsigned()
168 uint64_t fail_value, in ReadMemoryUnsigned()
DValueObject.cpp1140 uint64_t ValueObject::GetValueAsUnsigned(uint64_t fail_value, bool *success) { in GetValueAsUnsigned()
1158 int64_t ValueObject::GetValueAsSigned(int64_t fail_value, bool *success) { in GetValueAsSigned()
/external/llvm-project/lldb/include/lldb/Utility/
DDataExtractor.h984 template <typename T> T Get(lldb::offset_t *offset_ptr, T fail_value) const { in Get()
DRangeMap.h218 BaseType GetMinRangeBase(BaseType fail_value) const { in GetMinRangeBase()
229 BaseType GetMaxRangeEnd(BaseType fail_value) const { in GetMaxRangeEnd()
/external/llvm-project/lldb/include/lldb/Core/
DUniqueCStringMap.h86 T Find(ConstString unique_cstr, T fail_value) const { in Find()
/external/llvm-project/lldb/source/API/
DSBValue.cpp890 int64_t SBValue::GetValueAsSigned(SBError &error, int64_t fail_value) { in GetValueAsSigned()
911 uint64_t SBValue::GetValueAsUnsigned(SBError &error, uint64_t fail_value) { in GetValueAsUnsigned()
932 int64_t SBValue::GetValueAsSigned(int64_t fail_value) { in GetValueAsSigned()
943 uint64_t SBValue::GetValueAsUnsigned(uint64_t fail_value) { in GetValueAsUnsigned()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_mips64.cpp172 lldb::addr_t fail_value) { in GetPCfromBreakpointLocation()
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp2164 llvm::APInt fail_value(1, 0, false); in Evaluate() local

12