Searched refs:call_target (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Function.h | 367 IndirectCallEdge(DWARFExpressionList call_target, 377 DWARFExpressionList call_target;
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Function.cpp | 210 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 D | SymbolFileDWARF.cpp | 3980 std::optional<DWARFExpressionList> call_target; in CollectCallEdges() local 4039 call_target = DWARFExpressionList( in CollectCallEdges() 4044 if (!call_origin && !call_target) { in CollectCallEdges() 4085 call_target->GetDescription(&call_target_desc, eDescriptionLevelBrief, in CollectCallEdges() 4091 *call_target, caller_address_type, caller_address, tail_call, in CollectCallEdges()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.td | 220 def call_target : Operand<iPTR> { 650 def JMPk : F32BRk<0b110, (outs), (ins call_target:$k), "jmp\t$k", []>, 683 def CALLk : F32BRk<0b111, (outs), (ins call_target:$k), "call\t$k",
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 408 HANDLE_DW_AT(0x83, call_target, 5, DWARF)
|