Searched defs:FunctionList (Results 1 – 5 of 5) sorted by relevance
/llvm-project/libc/utils/LibcTableGenUtil/ |
H A D | APIIndexer.cpp |
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 584 findCandidates(InstructionMapper & Mapper,std::vector<OutlinedFunction> & FunctionList) findCandidates() argument 829 outline(Module & M,std::vector<OutlinedFunction> & FunctionList,InstructionMapper & Mapper,unsigned & OutlinedFunctionNum) outline() argument 1184 std::vector<OutlinedFunction> FunctionList; doOutline() local [all...] |
/llvm-project/bolt/tools/merge-fdata/ |
H A D | merge-fdata.cpp | 447 std::vector<std::pair<uint64_t, StringRef>> FunctionList(MergedBFs.size()); main() local
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Module.h | 182 FunctionListType FunctionList; ///< The Functions in the module global() variable [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 869 GetOpenCLBuiltinFctOverloads(Context, GenTypeMaxCnt, FunctionList, RetTypes, in InsertOCLBuiltinDeclarationsFromTable() local 774 GetOpenCLBuiltinFctOverloads(ASTContext & Context,unsigned GenTypeMaxCnt,std::vector<QualType> & FunctionList,SmallVector<QualType,1> & RetTypes,SmallVector<SmallVector<QualType,1>,5> & ArgTypes) GetOpenCLBuiltinFctOverloads() argument
|