Home
last modified time | relevance | path

Searched refs:call_target (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDFunction.h366 IndirectCallEdge(DWARFExpressionList call_target,
376 DWARFExpressionList call_target;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDFunction.cpp210 IndirectCallEdge::IndirectCallEdge(DWARFExpressionList call_target, in IndirectCallEdge() argument
217 call_target(std::move(call_target)) {} in IndirectCallEdge()
223 llvm::Expected<Value> callee_addr_val = call_target.Evaluate( in GetCallee()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp4066 std::optional<DWARFExpressionList> call_target; in CollectCallEdges() local
4125 call_target = DWARFExpressionList( in CollectCallEdges()
4130 if (!call_origin && !call_target) { in CollectCallEdges()
4171 call_target->GetDescription(&call_target_desc, eDescriptionLevelBrief, in CollectCallEdges()
4177 *call_target, caller_address_type, caller_address, tail_call, in CollectCallEdges()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRInstrInfo.td199 def call_target : Operand<iPTR> {
666 def JMPk : F32BRk<0b110, (outs), (ins call_target:$k), "jmp\t$k", []>,
699 def CALLk : F32BRk<0b111, (outs), (ins call_target:$k), "call\t$k",
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDwarf.def403 HANDLE_DW_AT(0x83, call_target, 5, DWARF)