Home
last modified time | relevance | path

Searched refs:FunctionNames (Results 1 – 25 of 62) sorted by relevance

123

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp169 std::vector<std::string> FunctionNames; in Init() local
179 FunctionNames.push_back(L); in Init()
199 *FocusFunction = FunctionNames[FocusFuncIdx]; in Init()
202 FunctionNames[FocusFuncIdx].c_str()); in Init()
209 FunctionNames[i].c_str()); in Init()
/llvm-project-15.0.7/llvm/test/ObjectYAML/wasm/
H A Dname_section.yaml29 FunctionNames:
37 # CHECK-NEXT: FunctionNames:
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/wasm/
H A Dstrip-debug.test10 # CHECK-NEXT: FunctionNames:
43 FunctionNames:
H A Dstrip-reloc.test49 FunctionNames:
/llvm-project-15.0.7/lld/test/wasm/
H A Ddata-segment-merging.ll28 ; MERGE-NEXT: FunctionNames:
70 ; SEPARATE-NEXT: FunctionNames:
97 ; PASSIVE-MERGE-NEXT: FunctionNames:
134 ; PASSIVE-SEPARATE-NEXT: FunctionNames:
H A Dload-undefined.test15 ; CHECK-NEXT: FunctionNames:
30 ; NO-LOAD-NEXT: FunctionNames:
H A Dwhole-archive.test9 NOTADDED: FunctionNames:
16 ADDED: FunctionNames:
H A Dgc-imports.s41 # CHECK-NEXT: FunctionNames:
82 # NO-GC-NEXT: FunctionNames:
H A Dpie.ll77 ; CHECK-NEXT: FunctionNames:
137 ; EXTENDED-CONST: FunctionNames:
164 ; SHMEM: FunctionNames:
H A Dimport-name.ll25 ; CHECK-NEXT: FunctionNames:
H A Dsignature-mismatch-export.ll23 ; CHECK-NEXT: FunctionNames:
H A Dwrap.ll34 ; CHECK: FunctionNames:
H A Dexport-optional-lazy.test14 CHECK: FunctionNames:
H A Dctor_return_value.s41 # CHECK-NEXT: FunctionNames:
H A Dfunction-imports.s34 # CHECK-NEXT: FunctionNames:
/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
99 functionDecl(hasAnyName(FunctionNames)).bind("decl"); in registerMatchers()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAutoreleaseWriteChecker.cpp107 callsNames(const std::vector<std::string> &FunctionNames) { in callsNames() argument
108 return callee(functionDecl(hasAnyName(toRefs(FunctionNames)))); in callsNames()
/llvm-project-15.0.7/llvm/test/Object/
H A Dwasm-duplicate-name.test22 FunctionNames:
/llvm-project-15.0.7/lld/test/wasm/lto/
H A Dlto-start.ll7 ; CHECK-NEXT: FunctionNames:
H A Darchive.ll19 ; CHECK-NEXT: FunctionNames:
H A Dlibcall-archive.ll21 ; CHECK-NEXT: FunctionNames:
H A Dused.ll39 ; CHECK-NEXT: FunctionNames:
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/wasm/
H A Dno-codesec.test24 FunctionNames:
H A Dexecutable-without-symbols-debugnames.test30 FunctionNames:
/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderFunctions.cpp249 std::vector<std::string> FunctionNames; in readFunctionOrderFile() local
258 FunctionNames.push_back(FuncName); in readFunctionOrderFile()
259 return FunctionNames; in readFunctionOrderFile()

123