HomeSort by relevance Sort by last modified time
    Searched refs:FunctionName (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/include/llvm/ProfileData/
InstrProfWriter.h 41 std::error_code addFunctionCounts(StringRef FunctionName,
  /external/lldb/include/lldb/Expression/
ClangExpression.h 75 FunctionName () = 0;
ClangUtilityFunction.h 110 FunctionName ()
ClangFunction.h 555 FunctionName ()
ClangUserExpression.h 231 FunctionName ()
  /external/llvm/include/llvm/DebugInfo/
DIContext.h 34 std::string FunctionName;
39 : FileName("<invalid>"), FunctionName("<invalid>"), Line(0), Column(0) {}
43 FileName == RHS.FileName && FunctionName == RHS.FunctionName;
  /external/llvm/tools/llvm-symbolizer/
LLVMSymbolize.cpp 121 std::string FunctionName;
124 FunctionName, Start, Size)) {
125 LineInfo.FunctionName = FunctionName;
148 std::string FunctionName;
151 FunctionName, Start, Size)) {
152 LineInfo.FunctionName = FunctionName;
404 std::string FunctionName = LineInfo.FunctionName;
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 70 InstrProfWriter::addFunctionCounts(StringRef FunctionName,
73 auto Where = FunctionData.find(FunctionName);
76 auto &Data = FunctionData[FunctionName];
  /external/chromium_org/extensions/browser/
quota_service.h 66 typedef std::string FunctionName;
68 typedef std::map<FunctionName, QuotaLimitHeuristics> FunctionHeuristicsMap;
  /external/llvm/test/tools/llvm-readobj/ARM/
unwind.s 154 @ CHECK: FunctionName: __personality
170 @ CHECK: FunctionName: personality0
186 @ CHECK: FunctionName: personality1
206 @ CHECK: FunctionName: custom_personality
219 @ CHECK: FunctionName: opcodes
234 @ CHECK: FunctionName: function0
245 @ CHECK: FunctionName: function1
252 @ CHECK: FunctionName: function2
  /external/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 325 /// \brief AST_TYPE_TRAVERSE_MATCHER(MatcherName, FunctionName) defines
330 /// \c SpecificType::FunctionName. The existence of such a function determines
332 #define AST_TYPE_TRAVERSE_MATCHER(MatcherName, FunctionName, ReturnTypesF) \
335 static QualType (T::*value())() const { return &T::FunctionName; } \
342 /// \brief AST_TYPELOC_TRAVERSE_MATCHER(MatcherName, FunctionName) works
344 #define AST_TYPELOC_TRAVERSE_MATCHER(MatcherName, FunctionName, ReturnTypesF) \
347 static TypeLoc (T::*value())() const { return &T::FunctionName##Loc; } \
353 AST_TYPE_TRAVERSE_MATCHER(MatcherName, FunctionName##Type, ReturnTypesF)
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 209 std::string FunctionName, BlockName;
210 In >> FunctionName;
214 std::make_pair(FunctionName, BlockName));
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 471 std::string &FunctionName) {
484 FunctionName = Name;
497 getFunctionNameForAddress(CU, Address, Spec.FNKind, Result.FunctionName);
513 std::string FunctionName = "<invalid>";
514 getFunctionNameForAddress(CU, Address, Spec.FNKind, FunctionName);
520 Result.FunctionName = FunctionName;
538 Result.FunctionName = FunctionName;
580 Frame.FunctionName = Name
    [all...]
  /external/chromium_org/v8/src/
accessors.h 20 V(FunctionName) \
scopeinfo.cc 206 String* ScopeInfo::FunctionName() {
348 FunctionName() == name) {
507 FunctionName()->ShortPrint();
  /frameworks/compile/slang/
slang_rs_reflection.h 137 const std::string &FunctionName, int Argc, ...);
141 const std::string &FunctionName, const ArgTy &Args);
slang_rs_reflection.cpp     [all...]
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 489 if (!FindFunctionInModule(function_name, module_ap.get(), m_expr.FunctionName()))
492 err.SetErrorStringWithFormat("Couldn't find %s() in the module", m_expr.FunctionName());
498 log->Printf("Found function %s for %s", function_name.AsCString(), m_expr.FunctionName());
  /external/llvm/unittests/IR/
PassManagerTest.cpp 156 TestInvalidationFunctionPass(StringRef FunctionName) : Name(FunctionName) {}
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 616 StringRef FunctionName;
619 Function->getName(FunctionName);
628 SW.printString("Function", formatSymbol(FunctionName, FunctionAddress));
673 StringRef FunctionName;
676 Function->getName(FunctionName);
685 SW.printString("Function", formatSymbol(FunctionName, FunctionAddress));
COFFDumper.cpp 489 StringRef FunctionName;
491 FunctionName)))
493 W.printString("FunctionName", FunctionName);
494 if (FunctionLineTables.count(FunctionName) != 0) {
500 FunctionLineTables[FunctionName] = Contents;
501 FunctionNames.push_back(FunctionName);
538 W.printString("FunctionName", Name);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 103 bool CallEvent::isGlobalCFunction(StringRef FunctionName) const {
108 return CheckerContext::isCLibraryFunction(FD, FunctionName);
    [all...]

Completed in 1108 milliseconds

1 2