Home
last modified time | relevance | path

Searched defs:FunctionList (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOutliner.cpp529 InstructionMapper &Mapper, std::vector<OutlinedFunction> &FunctionList) { in findCandidates()
749 std::vector<OutlinedFunction> &FunctionList, in outline()
1053 std::vector<OutlinedFunction> FunctionList; in doOutline() local
/llvm-project-15.0.7/libc/utils/LibcTableGenUtil/
H A DAPIIndexer.cpp138 auto FunctionList = PublicAPI->getValueAsListOfStrings("Functions"); in indexPublicAPIDef() local
/llvm-project-15.0.7/bolt/tools/merge-fdata/
H A Dmerge-fdata.cpp418 std::vector<std::pair<uint64_t, StringRef>> FunctionList(MergedBFs.size()); in main() local
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModule.h182 FunctionListType FunctionList; ///< The Functions in the module variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp757 std::vector<QualType> &FunctionList, SmallVector<QualType, 1> &RetTypes, in GetOpenCLBuiltinFctOverloads()
852 std::vector<QualType> FunctionList; in InsertOCLBuiltinDeclarationsFromTable() local