Home
last modified time | relevance | path

Searched defs:NextFunction (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1430 const BinaryFunction *NextFunction = nullptr; in adjustFunctionBoundaries() local
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1106 func NextFunction(v Value) (rv Value) { rv.C = C.LLVMGetNextFunction(v.C); return } func