Home
last modified time | relevance | path

Searched refs:BaseDirectory (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DLibrary.h23 Library(StringRef Directory) : BaseDirectory(Directory) {} in Library()
35 StringRef getPath() const { return BaseDirectory; } in getPath()
54 std::string BaseDirectory;
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DLibrary.cpp26 StringRef Path = BaseDirectory; in getName()
36 Path = BaseDirectory; in getName()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h151 std::string BaseDirectory; variable
H A DASTReader.h2510 std::string ReadPath(StringRef BaseDirectory, const RecordData &Record,
2512 std::string ReadPathBlob(StringRef BaseDirectory, const RecordData &Record,
H A DASTWriter.h150 std::string BaseDirectory; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp787 MD.FileDepsBaseDir = MF->BaseDirectory; in handleTopLevelModule()
813 PathBuf, IFI.UnresolvedImportedFilename, MF->BaseDirectory); in handleTopLevelModule()
824 MF->BaseDirectory); in handleTopLevelModule()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2898 return ResolveImportedPath(Buf, Path, ModF.BaseDirectory); in ResolveImportedPath()
2919 return ResolveImportedPathAndAllocate(Buf, P, ModF.BaseDirectory); in ResolveImportedPathAndAllocate()
3244 F.BaseDirectory = isysroot.empty() ? "/" : isysroot; in ReadControlBlock()
3419 F.BaseDirectory = std::string(Blob); in ReadControlBlock()
3442 F.BaseDirectory = std::string(M->Directory->getName()); in ReadControlBlock()
10076 return ReadPath(F.BaseDirectory, Record, Idx); in ReadPath()
10079 std::string ASTReader::ReadPath(StringRef BaseDirectory, in ReadPath() argument
10082 return ResolveImportedPathAndAllocate(PathBuf, Filename, BaseDirectory); in ReadPath()
10085 std::string ASTReader::ReadPathBlob(StringRef BaseDirectory, in ReadPathBlob() argument
10089 return ResolveImportedPathAndAllocate(PathBuf, Filename, BaseDirectory); in ReadPathBlob()
H A DASTWriter.cpp1522 BaseDirectory.assign(BaseDir->begin(), BaseDir->end()); in WriteControlBlock()
1525 BaseDirectory = std::string(isysroot); in WriteControlBlock()
5313 adjustFilenameForRelocatableAST(PathBegin, BaseDirectory); in PreparePathForOutput()
5436 this->BaseDirectory.clear(); in WriteAST()