Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractor.cpp43 char StringExtractor::GetChar(char fail_value) { in GetChar() argument
74 uint8_t StringExtractor::GetHexU8(uint8_t fail_value, bool set_eof_on_fail) { in GetHexU8() argument
93 uint32_t StringExtractor::GetU32(uint32_t fail_value, int base) { in GetU32() argument
108 int32_t StringExtractor::GetS32(int32_t fail_value, in argument
123 GetU64(uint64_t fail_value,int base) GetU64() argument
138 GetS64(int64_t fail_value,int base) GetS64() argument
154 GetHexMaxU32(bool little_endian,uint32_t fail_value) GetHexMaxU32() argument
205 GetHexMaxU64(bool little_endian,uint64_t fail_value) GetHexMaxU64() argument
[all...]
H A DRegisterValue.cpp482 uint16_t RegisterValue::GetAsUInt16(uint16_t fail_value, in GetAsUInt16()
508 uint32_t RegisterValue::GetAsUInt32(uint32_t fail_value, in GetAsUInt32()
538 uint64_t RegisterValue::GetAsUInt64(uint64_t fail_value, in GetAsUInt64()
573 llvm::APInt RegisterValue::GetAsUInt128(const llvm::APInt &fail_value, in GetAsUInt128()
609 float RegisterValue::GetAsFloat(float fail_value, bool *success_ptr) const { in GetAsFloat()
628 double RegisterValue::GetAsDouble(double fail_value, bool *success_ptr) const { in GetAsDouble()
648 long double RegisterValue::GetAsLongDouble(long double fail_value, in GetAsLongDouble()
H A DArgs.cpp432 lldb::Encoding fail_value) { in StringToEncoding()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp21 bool OptionArgParser::ToBoolean(llvm::StringRef ref, bool fail_value, in ToBoolean()
52 char OptionArgParser::ToChar(llvm::StringRef s, char fail_value, in ToChar()
66 int32_t fail_value, Status &error) { in ToOptionEnum()
141 llvm::StringRef s, lldb::ScriptLanguage fail_value, bool *success_ptr) { in ToScriptLanguage()
161 lldb::addr_t fail_value, in ToRawAddress()
169 lldb::addr_t fail_value, in ToAddress()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp123 lldb::addr_t NativeRegisterContext::GetPC(lldb::addr_t fail_value) { in GetPC()
139 NativeRegisterContext::GetPCfromBreakpointLocation(lldb::addr_t fail_value) { in GetPCfromBreakpointLocation()
149 lldb::addr_t NativeRegisterContext::GetSP(lldb::addr_t fail_value) { in GetSP()
161 lldb::addr_t NativeRegisterContext::GetFP(lldb::addr_t fail_value) { in GetFP()
173 lldb::addr_t NativeRegisterContext::GetReturnAddress(lldb::addr_t fail_value) { in GetReturnAddress()
179 lldb::addr_t NativeRegisterContext::GetFlags(lldb::addr_t fail_value) { in GetFlags()
187 lldb::addr_t fail_value) { in ReadRegisterAsUnsigned()
195 lldb::addr_t fail_value) { in ReadRegisterAsUnsigned()
H A DXML.cpp157 uint64_t fail_value, int base) const { in GetAttributeValueAsUnsigned()
299 bool XMLNode::GetElementTextAsUnsigned(uint64_t &value, uint64_t fail_value, in GetElementTextAsUnsigned()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp95 uint64_t RegisterContext::GetPC(uint64_t fail_value) { in GetPC()
112 uint64_t RegisterContext::GetThreadPointer(uint64_t fail_value) { in GetThreadPointer()
158 uint64_t RegisterContext::GetSP(uint64_t fail_value) { in GetSP()
170 uint64_t RegisterContext::GetFP(uint64_t fail_value) { in GetFP()
182 uint64_t RegisterContext::GetReturnAddress(uint64_t fail_value) { in GetReturnAddress()
188 uint64_t RegisterContext::GetFlags(uint64_t fail_value) { in GetFlags()
195 uint64_t fail_value) { in ReadRegisterAsUnsigned()
202 uint64_t fail_value) { in ReadRegisterAsUnsigned()
H A DProcess.cpp333 const bool fail_value = true; in GetOSPluginReportsAllThreads() local
2228 uint64_t fail_value, in ReadUnsignedIntegerFromMemory()
2239 int64_t fail_value, in ReadSignedIntegerFromMemory()
H A DTarget.cpp2279 int64_t fail_value, Status &error, in ReadSignedIntegerFromMemory()
2290 uint64_t fail_value, Status &error, in ReadUnsignedIntegerFromMemory()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp441 const DWARFUnit *cu, const dw_attr_t attr, const char *fail_value, in GetAttributeValueAsString()
453 const DWARFUnit *cu, const dw_attr_t attr, uint64_t fail_value, in GetAttributeValueAsUnsigned()
485 const DWARFUnit *cu, const dw_attr_t attr, uint64_t fail_value, in GetAttributeValueAsAddress()
501 uint64_t fail_value, in GetAttributeHighPC()
525 uint64_t fail_value, bool check_elaborating_dies) const { in GetAttributeAddressRange()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h226 uint64_t fail_value, bool *success_ptr) { in MemARead()
263 uint64_t fail_value, bool *success_ptr) { in MemURead()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.cpp83 const uint64_t fail_value = LLDB_INVALID_ADDRESS; in ReconfigureRegisterInfo() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp103 uint64_t fail_value, in ReadRegisterUnsigned()
114 uint64_t fail_value, in ReadRegisterUnsigned()
177 uint64_t fail_value, in ReadMemoryUnsigned()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h993 template <typename T> T Get(lldb::offset_t *offset_ptr, T fail_value) const { in Get()
H A DRangeMap.h261 BaseType GetMinRangeBase(BaseType fail_value) const { in GetMinRangeBase()
272 BaseType GetMaxRangeEnd(BaseType fail_value) const { in GetMaxRangeEnd()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp887 int64_t SBValue::GetValueAsSigned(SBError &error, int64_t fail_value) { in GetValueAsSigned()
907 uint64_t SBValue::GetValueAsUnsigned(SBError &error, uint64_t fail_value) { in GetValueAsUnsigned()
927 int64_t SBValue::GetValueAsSigned(int64_t fail_value) { in GetValueAsSigned()
938 uint64_t SBValue::GetValueAsUnsigned(uint64_t fail_value) { in GetValueAsUnsigned()
950 addr_t fail_value = LLDB_INVALID_ADDRESS; in GetValueAsAddress() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h86 T Find(ConstString unique_cstr, T fail_value) const { in Find()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp771 uint64_t fail_value = LLDB_INVALID_ADDRESS; AArch64SVEReconfigure() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp956 const uint64_t fail_value = UINT64_MAX; in AddThreadLocalMemoryRegions() local
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp1979 llvm::APInt fail_value(1, 0, false); in Evaluate() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp2267 llvm::APInt fail_value = llvm::APInt::getMaxValue(128); in Emulate_MSA_Branch_V() local
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1110 uint64_t ValueObject::GetValueAsUnsigned(uint64_t fail_value, bool *success) { in GetValueAsUnsigned()
1128 int64_t ValueObject::GetValueAsSigned(int64_t fail_value, bool *success) { in GetValueAsSigned()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp2944 llvm::APInt fail_value = llvm::APInt::getMaxValue(128); in Emulate_MSA_Branch_V() local