Home
last modified time | relevance | path

Searched full:functionnames (Results 1 – 25 of 69) sorted by relevance

123

/llvm-project/llvm/test/ObjectYAML/wasm/
H A Dname_section.yaml29 FunctionNames:
37 # CHECK-NEXT: FunctionNames:
/llvm-project/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 Dwhole-archive.test9 NOTADDED: FunctionNames:
16 ADDED: FunctionNames:
H A Dload-undefined.test15 ; CHECK-NEXT: FunctionNames:
30 ; NO-LOAD-NEXT: FunctionNames:
H A Dgc-imports.s41 # CHECK-NEXT: FunctionNames:
82 # NO-GC-NEXT: FunctionNames:
H A Dpie.s116 # CHECK-NEXT: FunctionNames:
197 # EXTENDED-CONST: FunctionNames:
223 # SHMEM: FunctionNames:
H A Dexport-optional-lazy.test14 CHECK: FunctionNames:
H A Ddata-segments.ll75 ; ACTIVE-NEXT: FunctionNames:
107 ; PASSIVE-NEXT: FunctionNames:
146 ; PASSIVE-PIC-NEXT: FunctionNames:
H A Dgc-sections.ll78 ; CHECK-NEXT: FunctionNames:
150 ; NO-GC-NEXT: FunctionNames:
H A Dwrap.s36 # CHECK: FunctionNames:
H A Dsignature-mismatch-export.ll23 ; CHECK-NEXT: FunctionNames:
H A Dimport-name.ll32 ; CHECK-NEXT: FunctionNames:
/llvm-project/llvm/test/tools/llvm-objcopy/wasm/
H A Dstrip-debug.test48 # CHECK-NEXT: FunctionNames:
98 FunctionNames:
H A Dstrip-reloc.test51 FunctionNames:
/llvm-project/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/bolt/lib/Passes/
H A DReorderFunctions.cpp259 std::vector<std::string> &FunctionNames) { in readFunctionOrderFile()
268 FunctionNames.push_back(FuncName); in readFunctionOrderFile()
383 std::vector<std::string> FunctionNames; in runOnFunctions()
384 if (Error E = readFunctionOrderFile(FunctionNames)) in runOnFunctions()
387 for (const std::string &Function : FunctionNames) { in runOnFunctions()
258 readFunctionOrderFile(std::vector<std::string> & FunctionNames) readFunctionOrderFile() argument
380 std::vector<std::string> FunctionNames; runOnFunctions() local
/llvm-project/llvm/test/Object/Wasm/
H A Dduplicate-name.test22 FunctionNames:
H A Dlinked-namesec-with-linkingsec.yaml38 FunctionNames:
/llvm-project/lld/test/wasm/lto/
H A Dlto-start.ll7 ; CHECK-NEXT: FunctionNames:
H A Dcomdat_ordering.test13 ; CHECK-NEXT: FunctionNames:
H A Darchive.ll19 ; CHECK-NEXT: FunctionNames:
H A Dlibcall-archive.ll23 ; CHECK-NEXT: FunctionNames:
/llvm-project/llvm/test/tools/llvm-objdump/wasm/
H A Dno-codesec.test24 FunctionNames:
H A Dexecutable-without-symbols-debugnames.test30 FunctionNames:
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousStringCompareCheck.cpp92 std::vector<StringRef> FunctionNames = utils::options::parseListPair( in registerMatchers() local
97 functionDecl(hasAnyName(FunctionNames)).bind("decl"); in registerMatchers()

123