Searched defs:FunctionList (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 577 findCandidates(InstructionMapper & Mapper,std::vector<OutlinedFunction> & FunctionList) findCandidates() argument 823 outline(Module & M,std::vector<OutlinedFunction> & FunctionList,InstructionMapper & Mapper,unsigned & OutlinedFunctionNum) outline() argument 1176 std::vector<OutlinedFunction> FunctionList; doOutline() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Module.h | 182 FunctionListType FunctionList; ///< The Functions in the module variable [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 772 GetOpenCLBuiltinFctOverloads(ASTContext & Context,unsigned GenTypeMaxCnt,std::vector<QualType> & FunctionList,SmallVector<QualType,1> & RetTypes,SmallVector<SmallVector<QualType,1>,5> & ArgTypes) GetOpenCLBuiltinFctOverloads() argument 867 std::vector<QualType> FunctionList; InsertOCLBuiltinDeclarationsFromTable() local
|