Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h366 IndirectCallEdge(DWARFExpressionList call_target,
376 DWARFExpressionList call_target; in IndirectCallEdge()
373 IndirectCallEdge(DWARFExpressionList call_target,AddrType caller_address_type,lldb::addr_t caller_address,bool is_tail_call,CallSiteParameterArray && parameters) IndirectCallEdge() argument
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.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/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.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/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.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/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def403 HANDLE_DW_AT(0x83, call_target, 5, DWARF)