Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBInstructionList.cpp101 Stream &sref = description.ref(); in GetDescription() local
108 inst->Dump (&sref, max_opcode_byte_size, true, false, NULL); in GetDescription()
109 sref.EOL(); in GetDescription()
/trueos/crypto/openssl/util/pl/
HDVC-32.pl375 my ($mf_var, $asm_name, $oref, $sref) = @_;
394 $$sref = $$oref;
395 $$sref =~ s/\.obj/.asm/g;
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectType.cpp81 bool sref, in SynthAddOptions() argument
86 m_skip_references(sref), in SynthAddOptions()