HomeSort by relevance Sort by last modified time
    Searched defs:FuncName (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/tools/llvm-cov/
CoverageFilters.cpp 21 StringRef FuncName = Function.Name;
22 return FuncName.find(Name) != StringRef::npos;
  /external/swiftshader/third_party/subzero/src/
IceInstrumentation.cpp 52 std::string FuncName = Func->getFunctionName().toStringOrEmpty();
53 if (FuncName == "_start")
IceSwitchLowering.h 90 JumpTableData(GlobalString Name, GlobalString FuncName, SizeT Id,
92 : Name(Name), FuncName(FuncName), Id(Id), TargetOffsets(TargetOffsets) {}
98 GlobalString getFunctionName() const { return FuncName; }
107 std::string getSectionName() const { return createSectionName(FuncName); }
111 GlobalString FuncName;
IceASanInstrumentation.cpp 77 std::string FuncName = Func->getFunctionName().toStringOrEmpty();
78 return FuncName == "" ||
79 (FuncBlackList.count(FuncName) == 0 && FuncName.find(ASanPrefix) != 0);
IceInst.h     [all...]
  /external/llvm/utils/TableGen/
Attributes.cpp 118 std::string FuncName = Rule->getValueAsString("CompatFunc");
119 OS << " Ret &= " << FuncName << "(Caller, Callee);\n";
132 std::string FuncName = Rule->getValueAsString("MergeFunc");
133 OS << " " << FuncName << "(Caller, Callee);\n";
DFAPacketizerEmitter.cpp 718 std::string FuncName = FuncList[k]->getName();
719 unsigned FuncResources = FUNameToBitsMap[FuncName];
720 DEBUG(dbgs() << " " << FuncName
    [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.h 34 std::string FuncName;
92 void emitEmptyCounterMapping(const Decl *D, StringRef FuncName,
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 275 std::string &FuncName = BlocksToNotExtractByName.back().first;
279 if (F.getName() != FuncName) continue;
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
LoopExtractor.cpp 265 std::string &FuncName = BlocksToNotExtractByName.back().first;
270 if (F.getName() != FuncName) continue;
  /external/llvm/lib/Target/Sparc/
LeonPasses.cpp 729 StringRef FuncName = MO.getGlobal()->getName();
730 if (FuncName.compare_lower("fesetround") == 0) {
    [all...]
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 399 StringRef FuncName;
400 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName))
402 Records.emplace_back(Version, FuncName, FuncHash, Mapping, FilenamesBegin,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 58 StringRef FuncName;
65 /// @param FuncName The name of the function that will be matched.
70 CallDescription(StringRef FuncName, unsigned RequiredArgs = NoArgRequirement)
71 : II(nullptr), FuncName(FuncName), RequiredArgs(RequiredArgs) {}
74 StringRef getFunctionName() const { return FuncName; }
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 147 const char *FuncName = Arg->getValue();
148 if (Builtin::Context::isBuiltinFunc(FuncName))
149 Values.push_back(FuncName);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 243 std::string FuncName;
260 MST.dumpEdges(dbgs(), Twine("Dump Function ") + FuncName + " Hash: " +
268 FuncName = getPGOFuncName(F);
282 FuncNameVar = createPGOFuncNameVar(F, FuncName);
513 // Return FuncName string;
514 const std::string getFuncName() const { return FuncInfo.FuncName; }
590 PGOReader->getInstrProfRecord(FuncInfo.FuncName, FuncInfo.FunctionHash);
760 createPGOFuncNameMetadata(F, FuncInfo.FuncName);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 59 StringRef FuncName;
66 /// @param FuncName The name of the function that will be matched.
71 CallDescription(StringRef FuncName, unsigned RequiredArgs = NoArgRequirement)
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
76 StringRef getFunctionName() const { return FuncName; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 59 StringRef FuncName;
66 /// @param FuncName The name of the function that will be matched.
71 CallDescription(StringRef FuncName, unsigned RequiredArgs = NoArgRequirement)
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
76 StringRef getFunctionName() const { return FuncName; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 59 StringRef FuncName;
66 /// @param FuncName The name of the function that will be matched.
71 CallDescription(StringRef FuncName, unsigned RequiredArgs = NoArgRequirement)
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
76 StringRef getFunctionName() const { return FuncName; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 59 StringRef FuncName;
66 /// @param FuncName The name of the function that will be matched.
71 CallDescription(StringRef FuncName, unsigned RequiredArgs = NoArgRequirement)
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
76 StringRef getFunctionName() const { return FuncName; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 59 StringRef FuncName;
66 /// @param FuncName The name of the function that will be matched.
71 CallDescription(StringRef FuncName, unsigned RequiredArgs = NoArgRequirement)
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
76 StringRef getFunctionName() const { return FuncName; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 59 StringRef FuncName;
66 /// @param FuncName The name of the function that will be matched.
71 CallDescription(StringRef FuncName, unsigned RequiredArgs = NoArgRequirement)
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
76 StringRef getFunctionName() const { return FuncName; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 59 StringRef FuncName;
66 /// @param FuncName The name of the function that will be matched.
71 CallDescription(StringRef FuncName, unsigned RequiredArgs = NoArgRequirement)
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
76 StringRef getFunctionName() const { return FuncName; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 59 StringRef FuncName;
66 /// @param FuncName The name of the function that will be matched.
71 CallDescription(StringRef FuncName, unsigned RequiredArgs = NoArgRequirement)
72 : II(nullptr), IsLookupDone(false), FuncName(FuncName),
76 StringRef getFunctionName() const { return FuncName; }
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 622 std::string FuncName;
629 FuncName =
633 if (FuncName.empty())
634 FuncName = GlobalValue::getRealLinkageName(GV->getName());
637 OS.AddComment("Symbol subsection for " + Twine(FuncName));
680 emitNullTerminatedSymbolName(OS, FuncName);
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 1027 milliseconds

1 2