Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp121 char const *FunctionNames[4][3] = { in EmitSpecializedLibcall() local
132 DAG.getExternalSymbol(FunctionNames[AEABILibcall][AlignVariant], in EmitSpecializedLibcall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h117 std::vector<llvm::Constant *> FunctionNames; variable
H A DCoverageMappingGen.cpp2498 FunctionNames.push_back(NamePtr); in addFunctionMappingRecord()
2585 if (!FunctionNames.empty()) { in emit()
2587 FunctionNames.size()); in emit()
2588 auto NamesArrVal = llvm::ConstantArray::get(NamesArrTy, FunctionNames); in emit()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp273 if (Section.FunctionNames.size()) { in writeSectionContent()
278 encodeULEB128(Section.FunctionNames.size(), SubSection.getStream()); in writeSectionContent()
279 for (const WasmYAML::NameEntry &NameEntry : Section.FunctionNames) { in writeSectionContent()
H A DWasmYAML.cpp67 IO.mapOptional("FunctionNames", Section.FunctionNames); in sectionMapping()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1205 std::vector<std::string> FunctionNames; in DebugACrash() local
1207 FunctionNames.push_back(std::string(F.getName())); in DebugACrash()
1209 if (!FunctionNames.empty() && !BugpointIsInterrupted) { in DebugACrash()
1215 for (std::string &Name : FunctionNames) { in DebugACrash()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h243 std::vector<NameEntry> FunctionNames; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1138 SmallVector<StringRef, 10> FunctionNames; in printCodeViewSymbolSection() local
1238 FunctionNames.push_back(LinkageName); in printCodeViewSymbolSection()
1303 for (unsigned I = 0, E = FunctionNames.size(); I != E; ++I) { in printCodeViewSymbolSection()
1304 StringRef Name = FunctionNames[I]; in printCodeViewSymbolSection()