Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFileOutputBuffer.h61 StringRef getPath() const { return FinalPath; } in getPath() function
/openbsd-src/gnu/llvm/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
987 return llvm::ArrayRef(LVal.getPath(), LVal.PathLength); in getLValuePath()
1026 return {LVal.getPath(), Size}; in setLValueUninit()
1065 return llvm::ArrayRef(MPD.getPath(), MPD.PathLength); in getMemberPointerPath()
1095 return {MPD->getPath(), MPD->PathLength}; in setMemberPointerUninit()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp400 const PathType &getPath() const { return Path; } in getPath() function
720 SwitchCondUseBB == TPath.getPath().front() && in isSupported()
722 if (SwitchCondUseBB != TPath.getPath().front()) in isSupported()
726 PathType Path = TPath.getPath(); in isSupported()
782 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform()
897 PathType NewPath(TPath.getPath()); in createAllExitPaths()
940 PathType PathBBs = Path.getPath(); in createExitPath()
1182 BasicBlock *BB = TPath.getPath().back(); in updateLastSuccessor()
H A DGuardWidening.cpp348 auto *CurBB = DFSI.getPath(i)->getBlock(); in eliminateInstrViaWidening()
/openbsd-src/gnu/llvm/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp548 OS << "< " << std::string(IFLHS->getPath().data()) << "\n> " in compareFiles()
549 << std::string(IFRHS->getPath().data()) << "\n\n"; in compareFiles()
/openbsd-src/gnu/llvm/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h162 StringRef getPath() const { return Path; }
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h212 NodeRef getPath(unsigned n) const { return VisitStack[n].first; } in getPath() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.h349 StringRef getPath() const { return Path; } in getPath() function
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DModule.h825 StringRef getPath() const { return Path; } in getPath() function
/openbsd-src/gnu/llvm/llvm/lib/TextAPI/
H A DTextStub.cpp1135 Ctx.Path = std::string(File.getPath()); in writeToStream()
/openbsd-src/gnu/llvm/lld/MachO/
H A DWriter.cpp1265 fatal("failed to write output '" + buffer->getPath() + in writeOutputFile()
H A DInputFiles.cpp267 : id(idCount++), fileKind(kind), name(saver().save(interface.getPath())) {} in InputFile()
/openbsd-src/gnu/llvm/lld/wasm/
H A DWriter.cpp1696 fatal("failed to write output '" + buffer->getPath() + in run()
/openbsd-src/gnu/llvm/lld/COFF/
H A DWriter.cpp707 fatal("failed to write output '" + buffer->getPath() + in run()
/openbsd-src/gnu/llvm/lld/ELF/
H A DWriter.cpp598 fatal("failed to write output '" + buffer->getPath() + in run()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3379 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2783 PCM = Mod.getPath(); in getOrCreateModuleRef()
2799 std::string IncludePath = Mod.getPath().str(); in getOrCreateModuleRef()