Home
last modified time | relevance | path

Searched defs:FilePath (Results 1 – 25 of 44) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/include/clang/IndexSerialization/
H A DSerializablePathCollection.h60 struct FilePath { struct
64 FilePath(const DirPath &Dir, const StringPool::StringOffsetSize &Filename) in FilePath() argument
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp41 std::string FilePath; member
144 createReplacementsForHeaders(llvm::StringRef FilePath, llvm::StringRef Code, in createReplacementsForHeaders()
183 combineReplacementsInChanges(llvm::StringRef FilePath, in combineReplacementsInChanges()
213 AtomicChange::AtomicChange(std::string Key, std::string FilePath, in AtomicChange()
301 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code, in applyAtomicChanges()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h49 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key) in AtomicChange()
141 std::string FilePath; variable
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Core/
H A DDiagnostic.h35 std::string FilePath; member
55 std::string FilePath; member
H A DReplacement.h140 std::string FilePath; variable
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DFileManager.cpp574 SmallString<128> FilePath(Filename); in getBufferForFileImpl() local
594 SmallString<128> FilePath(Path); in getStatValue() local
604 SmallString<128> FilePath(Path); in getNoncachedStatValue() local
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/
H A DAllTUsExecution.h59 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
H A DStandaloneExecution.h76 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DProcess.cpp59 SmallString<128> FilePath(Dir); in FindInEnvPath() local
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp63 SmallString<128> FilePath(File.begin(), File.end()); in getRelativeIncludeName() local
378 StringRef FilePath = FIF.getFile(); in PrepareToExecuteAction() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp62 exportToFile(const StringRef FilePath, in exportToFile()
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DRefactoring.cpp78 const std::string &FilePath = FileAndReplaces.first; in formatAndApplyAllReplacements() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h91 std::optional<std::string> FilePath; member
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp348 static bool hasELFMagic(StringRef FilePath) { in hasELFMagic()
373 std::string FilePath; in findBinaries() local
H A DHTTPServer.cpp31 bool llvm::streamFile(HTTPServerRequest &Request, StringRef FilePath) { in streamFile()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DNaCl.cpp216 std::string FilePath(getDriver().Dir + "/../"); in NaClToolChain() local
H A DCuda.cpp212 std::string FilePath = LibDevicePath + "/libdevice.10.bc"; in CudaInstallationDetector() local
228 StringRef FilePath = LI->path(); in CudaInstallationDetector() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp82 SmallString<256> FilePath(SP.getDirectory()); in getFlagName() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp138 readInputFile(std::optional<FileFormat> &InputFormat, StringRef FilePath) { in readInputFile()
261 static Error writeIFS(StringRef FilePath, IFSStub &Stub, bool WriteIfChanged) { in writeIFS()
/openbsd-src/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp159 StringRef &FilePath) { in parseCrossTUIndexItem()
199 SmallString<32> FilePath(FilePathInIndex); in parseCrossTUIndex() local
/openbsd-src/gnu/llvm/clang/lib/Tooling/Core/
H A DReplacement.cpp47 Replacement::Replacement(StringRef FilePath, unsigned Offset, unsigned Length, in Replacement()
435 const StringRef FilePath; member in __anon9dc030840211::MergedReplacement
/openbsd-src/gnu/llvm/lld/ELF/
H A DDriverUtils.cpp243 StringRef FilePath = LI->path(); in findMajMinShlib() local
/openbsd-src/gnu/llvm/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp657 static Error writeELFBinaryToFile(StringRef FilePath, const IFSStub &Stub, in writeELFBinaryToFile()
712 Error writeBinaryStub(StringRef FilePath, const IFSStub &Stub, in writeBinaryStub()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp228 TempPCHFile(std::string FilePath) : FilePath(std::move(FilePath)) { in TempPCHFile()
232 std::string FilePath; member in __anon186f2d1c0111::TempPCHFile
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp333 auto FilePath = FnDie.getDeclFile( in correlateProfileDataImpl() local

12