Home
last modified time | relevance | path

Searched defs:FunctionNames (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousStringCompareCheck.cpp94 std::vector<StringRef> FunctionNames = utils::options::parseListPair( in registerMatchers() local
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAutoreleaseWriteChecker.cpp107 callsNames(const std::vector<std::string> &FunctionNames) { in callsNames()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.h108 std::vector<llvm::Constant *> FunctionNames; variable
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp169 std::vector<std::string> FunctionNames; in Init() local
/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderFunctions.cpp249 std::vector<std::string> FunctionNames; in readFunctionOrderFile() local
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp122 char const *FunctionNames[4][3] = { in EmitSpecializedLibcall() local
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h242 std::vector<NameEntry> FunctionNames; member
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1218 std::vector<std::string> FunctionNames; in DebugACrash() local
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp994 SmallVector<StringRef, 10> FunctionNames; in printCodeViewSymbolSection() local
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2673 cl::list<std::string> &FunctionNames) { in selectFunctionsToProcess()