Searched refs:call_target (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| HD | Function.h | 366 IndirectCallEdge(DWARFExpressionList call_target, 376 DWARFExpressionList call_target;
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | 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-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | SymbolFileDWARF.cpp | 4066 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/ |
| HD | AVRInstrInfo.td | 199 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/ |
| HD | Dwarf.def | 403 HANDLE_DW_AT(0x83, call_target, 5, DWARF)
|