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

  /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/Demangle/
ItaniumDemangle.cpp 473 char *ItaniumPartialDemangler::getFunctionName(char *Buf, size_t *N) const {
  /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/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 1285 StringRef getFunctionName() const { return QualifiedName.back(); }
  /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/bsd/elftosb/dist/elftosb2/
ElftosbAST.h 387 std::string * getFunctionName() { return m_functionName; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 251 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) {
1676 StringRef MethodName = getFunctionName(Method);
3537 Name = getFunctionName(FD);

Completed in 36 milliseconds