Home
last modified time | relevance | path

Searched defs:CalledFunctions (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Analysis/
H A DCallGraph.h142 SmallVector<CallRecord, 5> CalledFunctions; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/
DCallGraph.h168 SmallVector<CallRecord, 5> CalledFunctions; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/
DCallGraph.h168 SmallVector<CallRecord, 5> CalledFunctions; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/
DCallGraph.h168 SmallVector<CallRecord, 5> CalledFunctions; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/
DCallGraph.h168 SmallVector<CallRecord, 5> CalledFunctions; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCallGraph.h274 std::vector<CallRecord> CalledFunctions; variable
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DCallGraph.h277 std::vector<CallRecord> CalledFunctions; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DCallGraph.h284 std::vector<CallRecord> CalledFunctions; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DCallGraph.h284 std::vector<CallRecord> CalledFunctions; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DCallGraph.h284 std::vector<CallRecord> CalledFunctions; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DCallGraph.h284 std::vector<CallRecord> CalledFunctions; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DCallGraph.h284 std::vector<CallRecord> CalledFunctions; variable
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2426 SmallPtrSet<const Function *, 8> &CalledFunctions) { in cxxDtorIsEmpty()
2496 SmallPtrSet<const Function *, 8> CalledFunctions; in OptimizeEmptyGlobalCXXDtors() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10177 SetVector<Function *> CalledFunctions; member