Home
last modified time | relevance | path

Searched refs:ifunc_iterator (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h104 using ifunc_iterator = IFuncListType::iterator; variable
639 ifunc_iterator ifunc_begin() { return IFuncList.begin(); } in ifunc_begin()
641 ifunc_iterator ifunc_end () { return IFuncList.end(); } in ifunc_end()
646 iterator_range<ifunc_iterator> ifuncs() { in ifuncs()
668 ifunc_iterator>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2514 Module::ifunc_iterator I = Mod->ifunc_begin(); in LLVMGetFirstGlobalIFunc()
2522 Module::ifunc_iterator I = Mod->ifunc_end(); in LLVMGetLastGlobalIFunc()
2530 Module::ifunc_iterator I(GIF); in LLVMGetNextGlobalIFunc()
2538 Module::ifunc_iterator I(GIF); in LLVMGetPreviousGlobalIFunc()