Searched refs:first_callee (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/SymbolRewriter/ |
D | rewrite.ll | 13 declare i32 @first_callee() 16 %rhs = call i32 @first_callee() 78 ; CHECK-NOT: declare i32 @first_callee() 82 ; CHECK-NOT: %rhs = call i32 @first_callee()
|
D | rewrite.map | 38 source: first_callee,
|
/external/llvm-project/llvm/test/SymbolRewriter/ |
D | rewrite.ll | 15 declare i32 @first_callee() 18 %rhs = call i32 @first_callee() 80 ; CHECK-NOT: declare i32 @first_callee() 84 ; CHECK-NOT: %rhs = call i32 @first_callee()
|
D | rewrite.map | 38 source: first_callee,
|
/external/llvm-project/lldb/source/Target/ |
D | StackFrameList.cpp | 272 Function *first_callee = first_edge->GetCallee(images, exe_ctx); in FindInterveningFrames() local 273 if (!first_callee) { in FindInterveningFrames() 277 if (first_callee == &end) { in FindInterveningFrames() 300 void search(CallEdge &first_edge, Function &first_callee, in FindInterveningFrames() 302 dfs(first_edge, first_callee); in FindInterveningFrames() 344 DFS(&end, images, target, exe_ctx).search(*first_edge, *first_callee, path); in FindInterveningFrames()
|