Searched refs:getFunctionName (Results 1 - 25 of 29) sorted by relevance

12

/external/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp38 Result.FunctionName = getFunctionName(Address, Specifier.FNKind);
95 std::string PDBContext::getFunctionName(uint64_t Address, function in class:PDBContext
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h56 std::string getFunctionName(uint64_t Address, DINameKind NameKind) const;
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
H A DExtensionsTable.java236 new Object[]{ns, extFunction.getFunctionName()}));
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncExtFunction.java116 public String getFunctionName() method in class:FuncExtFunction
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
H A DAutoEscapeContext.java319 return getCurrentState().getFunctionName();
497 public String getFunctionName() { method in class:AutoEscapeContext.AutoEscapeState
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp161 static StringRef getFunctionName(const DISubprogram *SP) { function
324 DEBUG(dbgs() << "Function: " << getFunctionName(SP) << "\n");
338 FNLOS << getFunctionName(SP) << SP->getLine();
373 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(getFunctionName(SP)) +
382 writeGCOVString(getFunctionName(SP));
873 ? Builder.CreateGlobalStringPtr(getFunctionName(SP))
/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderImageLoadStoreTests.cpp322 std::string getFunctionName (ImageOperation function) function in namespace:deqp::gles31::Functional::NegativeTestShared::__anon4711
363 params["FUNCTION_NAME"] = getFunctionName(function);
373 ctx.beginSection(getFunctionName(function) + " " + getMemoryQualifier(memory) + " " + getShaderImageLayoutQualifier(format));
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DJAXPExtensionsProvider.java165 String functionName = extFunction.getFunctionName();
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp571 static std::string getFunctionName(const Decl *D) { function
586 getFunctionName(D) != Opts->AnalyzeSpecificFunction)
/external/libunwind_llvm/src/
H A Dlibunwind.cpp264 if (co->getFunctionName(buf, bufLen, offset))
H A DUnwindCursor.hpp399 virtual bool getFunctionName(char *, size_t, unw_word_t *) { function in class:libunwind::AbstractUnwindCursor
400 _LIBUNWIND_ABORT("getFunctionName not implemented");
432 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off);
1326 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, function in class:libunwind::UnwindCursor
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DFunctionTable.java311 String getFunctionName(int funcID) { method in class:FunctionTable
H A DCompiler.java1059 java.lang.String name = m_functionTable.getFunctionName(funcID);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.h486 StringRef getFunctionName(const FunctionDecl *FD);
H A DCGDebugInfo.cpp182 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { function in class:CGDebugInfo
1216 StringRef MethodName = getFunctionName(Method);
2611 Name = getFunctionName(FD);
H A DCGExpr.cpp2285 auto SL = E->getFunctionName();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h74 StringRef getFunctionName() const { return FuncName; } function in class:clang::ento::CallDescription
/external/clang/include/clang/AST/
H A DExpr.h1192 StringLiteral *getFunctionName();
1193 const StringLiteral *getFunctionName() const { function in class:clang::PredefinedExpr
1194 return const_cast<PredefinedExpr *>(this)->getFunctionName();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/persist/lib/
H A Djaxen-1.1-beta-7.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/clang/lib/AST/
H A DASTImporter.cpp5373 Importer.Import(E->getFunctionName()));
5374 if (!SL && E->getFunctionName())
H A DExpr.cpp446 StringLiteral *PredefinedExpr::getFunctionName() { function in class:PredefinedExpr
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp369 Record.AddStmt(E->getFunctionName());
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 1233 milliseconds

12