Home
last modified time | relevance | path

Searched defs:CallSiteBase (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCallSite.h51 CallSiteBase() : I(0, false) {} in CallSiteBase() function
52 CallSiteBase(CallTy *CI) : I(CI, true) { assert(CI); } in CallSiteBase() function
53 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); } in CallSiteBase() function
54 CallSiteBase(ValTy *II) { *this = get(II); } in CallSiteBase() function
/external/llvm/include/llvm/IR/
DCallSite.h53 CallSiteBase() : I(nullptr, false) {} in CallSiteBase() function
54 CallSiteBase(CallTy *CI) : I(CI, true) { assert(CI); } in CallSiteBase() function
55 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); } in CallSiteBase() function
56 explicit CallSiteBase(ValTy *II) { *this = get(II); } in CallSiteBase() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h66 CallSiteBase(CallTy *CI) : I(CI, true) { assert(CI); } in CallSiteBase() function
67 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); } in CallSiteBase() function
68 explicit CallSiteBase(ValTy *II) { *this = get(II); } in CallSiteBase() function