| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | FileOutputBuffer.h | 61 StringRef getPath() const { return FinalPath; } in getPath() function
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | APValue.cpp | 249 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 D | DFAJumpThreading.cpp | 400 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 D | GuardWidening.cpp | 348 auto *CurBB = DFSI.getPath(i)->getBlock(); in eliminateInstrViaWidening()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-tapi-diff/ |
| H A D | DiffEngine.cpp | 548 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 D | InterfaceFile.h | 162 StringRef getPath() const { return Path; }
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | DepthFirstIterator.h | 212 NodeRef getPath(unsigned n) const { return VisitStack[n].first; } in getPath() function
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.h | 349 StringRef getPath() const { return Path; } in getPath() function
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Module.h | 825 StringRef getPath() const { return Path; } in getPath() function
|
| /openbsd-src/gnu/llvm/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 1135 Ctx.Path = std::string(File.getPath()); in writeToStream()
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Writer.cpp | 1265 fatal("failed to write output '" + buffer->getPath() + in writeOutputFile()
|
| H A D | InputFiles.cpp | 267 : id(idCount++), fileKind(kind), name(saver().save(interface.getPath())) {} in InputFile()
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | Writer.cpp | 1696 fatal("failed to write output '" + buffer->getPath() + in run()
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | Writer.cpp | 707 fatal("failed to write output '" + buffer->getPath() + in run()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Writer.cpp | 598 fatal("failed to write output '" + buffer->getPath() + in run()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineVerifier.cpp | 3379 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2783 PCM = Mod.getPath(); in getOrCreateModuleRef() 2799 std::string IncludePath = Mod.getPath().str(); in getOrCreateModuleRef()
|