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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileOutputBuffer.h 61 StringRef getPath() const { return FinalPath; }
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
RemoteJITUtils.h 87 StringRef getPath() const { return ExecutablePath; }
LLJITWithRemoteDebugging.cpp 158 outs() << "Found out-of-process executor: " << Exec->getPath() << "\n";
  /src/external/bsd/elftosb/dist/common/
SourceFile.h 57 inline const std::string & getPath() const { return m_path; }
ELFSourceFile.cpp 203 Log::log(Logger::DEBUG2, "filtering sections of file: %s\n", getPath().c_str());
  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 249 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; }
250 const LValuePathEntry *getPath() const {
286 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; }
287 const PathElem *getPath() const {
916 return llvm::makeArrayRef(LVal.getPath(), LVal.PathLength);
955 return {LVal.getPath(), Size};
994 return llvm::makeArrayRef(MPD.getPath(), MPD.PathLength);
1024 return {MPD->getPath(), MPD->PathLength};
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfiledBinary.h 183 StringRef getPath() const { return Path; }
PerfReader.cpp 297 " and " + Ret.first->second.getPath().str() + " \n";
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DepthFirstIterator.h 210 /// getPath - Return the n'th node in the path from the entry node to the
212 NodeRef getPath(unsigned n) const { return VisitStack[n].first; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
InterfaceFile.h 166 StringRef getPath() const { return Path; }
  /src/external/gpl3/binutils/dist/gprofng/src/
DwarfLib.h 135 char *getPath (int fn);
DwarfLib.cc 1503 DwrLineRegs::getPath (int fn)
1507 Dprintf (DEBUG_ERR_MSG, NTXT ("DwrLineRegs::getPath: fn=0x%lld file_names->size()=%lld\n"),
2383 char *filename = lineReg->getPath (dwrLine->file);
Dwarf.cc 636 char *fname = lineReg->getPath (i);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DwarfLib.h 135 char *getPath (int fn);
DwarfLib.cc 1503 DwrLineRegs::getPath (int fn)
1507 Dprintf (DEBUG_ERR_MSG, NTXT ("DwrLineRegs::getPath: fn=0x%lld file_names->size()=%lld\n"),
2383 char *filename = lineReg->getPath (dwrLine->file);
Dwarf.cc 636 char *fname = lineReg->getPath (i);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Module.h 736 StringRef getPath() const { return Path; }
  /src/external/bsd/elftosb/dist/elftosb2/
ConversionController.cpp 337 std::string * path = pathNode->getPath();
997 (*result) += m_sources[name]->getPath();
ElftosbAST.cpp 320 throw semantic_error(format_string("line %d: source file %s does not support symbols", getFirstLine(), sourceFile->getPath().c_str()));
325 throw semantic_error(format_string("line %d: source file %s does not have an entry point", getFirstLine(), sourceFile->getPath().c_str()));
ElftosbAST.h 693 std::string * getPath() { return m_path; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 343 auto *CurBB = DFSI.getPath(i)->getBlock();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 1170 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2);
MachineVerifier.cpp 3139 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2);
  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
TextStub.cpp 1136 Ctx.Path = std::string(File.getPath());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 2662 PCM = Mod.getPath();
2677 std::string IncludePath = Mod.getPath().str();

Completed in 44 milliseconds