HomeSort by: relevance | last modified time | path
    Searched refs:getFunctionName (Results 1 - 20 of 20) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBContext.h 59 std::string getFunctionName(uint64_t Address, DINameKind NameKind) const;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
Demangle.h 97 char *getFunctionName(char *Buf, size_t *N) const;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBContext.cpp 36 Result.FunctionName = getFunctionName(Address.Address, Specifier.FNKind);
134 std::string PDBContext::getFunctionName(uint64_t Address,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 212 llvm::errs() << ": " << Loc.getFilename() << ' ' << getFunctionName(D)
348 std::string getFunctionName(const Decl *D);
571 std::string AnalysisConsumer::getFunctionName(const Decl *D) {
627 getFunctionName(D) != Opts->AnalyzeSpecificFunction)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 255 static StringRef getFunctionName(const DISubprogram *SP) {
385 LLVM_DEBUG(dbgs() << "Function: " << getFunctionName(SP) << "\n");
395 FNLOS << getFunctionName(SP) << SP->getLine();
417 2 + (Version >= 47) + wordsOfString(getFunctionName(SP));
428 writeString(getFunctionName(SP));
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ValistChecker.cpp 155 Errmsg += FuncInfo.Func.getFunctionName();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
XCOFFObjectFile.h 489 const Optional<StringRef> &getFunctionName() const { return FunctionName; }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 311 assert(PE->getFunctionName() &&
314 return makeLoc(getRegionManager().getStringRegion(PE->getFunctionName()));
CallEvent.cpp 336 return CheckerContext::isCLibraryFunction(FD, CD.getFunctionName()) &&
344 CD.getFunctionName());
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
ItaniumDemangle.cpp 473 char *ItaniumPartialDemangler::getFunctionName(char *Buf, size_t *N) const {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 1285 StringRef getFunctionName() const { return QualifiedName.back(); }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.h 694 StringRef getFunctionName(const FunctionDecl *FD);
CGDebugInfo.cpp 251 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) {
1676 StringRef MethodName = getFunctionName(Method);
3537 Name = getFunctionName(FD);
CGExprConstant.cpp 1974 return CGM.GetAddrOfConstantStringFromLiteral(E->getFunctionName());
CGExpr.cpp 2948 auto SL = E->getFunctionName();
  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.h 387 std::string * getFunctionName() { return m_functionName; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 586 bool HasFunctionName = E->getFunctionName() != nullptr;
591 Record.AddStmt(E->getFunctionName());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 2004 StringLiteral *getFunctionName() {
2010 const StringLiteral *getFunctionName() const {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 6635 auto ToFunctionName = importChecked(Err, E->getFunctionName());
ExprConstant.cpp 3375 Lit = PE->getFunctionName();

Completed in 117 milliseconds