Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp249 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function
250 const LValuePathEntry *getPath() const { in getPath() function
286 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function
287 const PathElem *getPath() const { in getPath() function
916 return llvm::makeArrayRef(LVal.getPath(), LVal.PathLength); in getLValuePath()
955 return {LVal.getPath(), Size}; in setLValueUninit()
994 return llvm::makeArrayRef(MPD.getPath(), MPD.PathLength); in getMemberPointerPath()
1024 return {MPD->getPath(), MPD->PathLength}; in setMemberPointerUninit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileOutputBuffer.h61 StringRef getPath() const { return FinalPath; } in getPath() function
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.h87 StringRef getPath() const { return ExecutablePath; } in getPath() function
H A DLLJITWithRemoteDebugging.cpp158 outs() << "Found out-of-process executor: " << Exec->getPath() << "\n"; in connectExecutor()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DSourceFile.h57 inline const std::string & getPath() const { return m_path; } in getPath() function
H A DELFSourceFile.cpp203 Log::log(Logger::DEBUG2, "filtering sections of file: %s\n", getPath().c_str()); in createDataSource()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.h183 StringRef getPath() const { return Path; } in getPath() function
H A DPerfReader.cpp297 " and " + Ret.first->second.getPath().str() + " \n"; in loadBinary()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDwarfLib.h137 char *getPath (int fn);
H A DDwarfLib.cc1535 DwrLineRegs::getPath (int fn) in getPath() function in DwrLineRegs
2086 char *filename = dwrLineReg->getPath (dwrLine->file); in map_dwarf_lines()
H A DDwarf.cc612 char *fname = lineReg->getPath (i + 1); in archive_Dwarf()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDwarfLib.h141 char *getPath (int fn);
H A DDwarf.cc615 char *fname = lineReg->getPath (i); in archive_Dwarf()
H A DDwarfLib.cc1756 DwrLineRegs::getPath (int fn) in getPath() function in DwrLineRegs
2371 char *filename = lineReg->getPath (dwrLine->file); in map_dwarf_lines()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h212 NodeRef getPath(unsigned n) const { return VisitStack[n].first; } in getPath() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h166 StringRef getPath() const { return Path; }
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp337 std::string * path = pathNode->getPath(); in processSources()
997 (*result) += m_sources[name]->getPath(); in substituteVariables()
H A DElftosbAST.cpp320 …line %d: source file %s does not support symbols", getFirstLine(), sourceFile->getPath().c_str())); in reduce()
325 … %d: source file %s does not have an entry point", getFirstLine(), sourceFile->getPath().c_str())); in reduce()
H A DElftosbAST.h693 std::string * getPath() { return m_path; } in getPath() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h736 StringRef getPath() const { return Path; } in getPath() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp343 auto *CurBB = DFSI.getPath(i)->getBlock(); in eliminateInstrViaWidening()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp1136 Ctx.Path = std::string(File.getPath()); in writeToStream()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1170 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices()
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dj_methodcalls_example.txt541 311492 2 sun/misc/FileURLMapper.getPath
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dj_methodcalls_example.txt541 311492 2 sun/misc/FileURLMapper.getPath

12