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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileOutputBuffer.h61 StringRef getPath() const { return FinalPath; } function in class:llvm::FileOutputBuffer
/netbsd-current/external/bsd/elftosb/dist/common/
H A DSourceFile.h57 inline const std::string & getPath() const { return m_path; } function in class:elftosb::SourceFile
H A DELFSourceFile.cpp203 Log::log(Logger::DEBUG2, "filtering sections of file: %s\n", getPath().c_str());
/netbsd-current/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.h87 StringRef getPath() const { return ExecutablePath; } function in class:llvm::orc::ChildProcessJITLinkExecutor
H A DLLJITWithRemoteDebugging.cpp158 outs() << "Found out-of-process executor: " << Exec->getPath() << "\n";
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp249 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } function in struct:APValue::LV
250 const LValuePathEntry *getPath() const { function in struct:APValue::LV
286 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } function in struct:APValue::MemberPointerData
287 const PathElem *getPath() const { function in struct:APValue::MemberPointerData
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};
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.h183 StringRef getPath() const { return Path; } function in class:llvm::sampleprof::ProfiledBinary
H A DPerfReader.cpp297 " and " + Ret.first->second.getPath().str() + " \n";
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDwarfLib.h137 char *getPath (int fn);
H A DDwarf.cc612 char *fname = lineReg->getPath (i + 1);
H A DDwarfLib.cc1535 DwrLineRegs::getPath (int fn) function in class:DwrLineRegs
1540 Dprintf (DEBUG_ERR_MSG, NTXT ("DwrLineRegs::getPath: fn=0x%lld file_names->size()=%lld\n"),
2086 char *filename = dwrLineReg->getPath (dwrLine->file);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDwarfLib.h141 char *getPath (int fn);
H A DDwarf.cc615 char *fname = lineReg->getPath (i);
H A DDwarfLib.cc1756 DwrLineRegs::getPath (int fn) function in class:DwrLineRegs
1760 Dprintf (DEBUG_ERR_MSG, NTXT ("DwrLineRegs::getPath: fn=0x%lld file_names->size()=%lld\n"),
2371 char *filename = lineReg->getPath (dwrLine->file);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h166 StringRef getPath() const { return Path; } function in class:llvm::MachO::InterfaceFile
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h210 /// 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; } function in class:llvm::df_iterator
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h736 StringRef getPath() const { return Path; } function in class:clang::ASTSourceDescriptor
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp337 std::string * path = pathNode->getPath();
997 (*result) += m_sources[name]->getPath();
H A DElftosbAST.cpp320 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()));
H A DElftosbAST.h693 std::string * getPath() { return m_path; } function in class:elftosb::PathSourceDefASTNode
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp343 auto *CurBB = DFSI.getPath(i)->getBlock();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1170 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2);
H A DMachineVerifier.cpp3139 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp1136 Ctx.Path = std::string(File.getPath());
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2662 PCM = Mod.getPath();
2677 std::string IncludePath = Mod.getPath().str();

Completed in 262 milliseconds