Home
last modified time | relevance | path

Searched refs:sref (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstructionList.cpp141 bool SBInstructionList::GetDescription(Stream &sref) { in GetDescription() argument
168 inst->Dump(&sref, max_opcode_byte_size, true, false, in GetDescription()
171 sref.EOL(); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp193 llvm::StringRef sref = s; in DoToAddress() local
268 if (g_symbol_plus_offset_regex.Execute(sref, &matches)) { in DoToAddress()
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c1518 size_t minoutlen, size_t maxoutlen, const char *smsg, const char *sref) in test_SHAKE_MonteCarlo() argument
1545 rlen = hextobin(ref, sref); in test_SHAKE_MonteCarlo()
1668 const char *sref) in do_KAT_PRF() argument
1676 ref_len = hextobin(ref, sref); in do_KAT_PRF()
8681 const char *sref; in test_EC_c25519() local
8683 sref = (i == 1) in test_EC_c25519()
8686 hextobin(br, sref); in test_EC_c25519()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp71 SynthAddOptions(bool sptr, bool sref, bool casc, in SynthAddOptions() argument
73 : m_skip_pointers(sptr), m_skip_references(sref), m_cascade(casc), in SynthAddOptions()