Home
last modified time | relevance | path

Searched defs:Directory (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDirectoryScanner.cpp26 llvm::Error DirectoryScanner::scan(StringRef Directory) { in scan()
33 llvm::Error DirectoryScanner::scanForUnwrappedLibraries(StringRef Directory) { in scanForUnwrappedLibraries()
139 DirectoryScanner::scanMultipleFrameworks(StringRef Directory, in scanMultipleFrameworks()
171 DirectoryScanner::scanSubFrameworksDirectory(StringRef Directory, in scanSubFrameworksDirectory()
273 llvm::Error DirectoryScanner::scanForFrameworks(StringRef Directory) { in scanForFrameworks()
H A DHeaderFile.cpp45 llvm::Expected<PathSeq> enumerateFiles(FileManager &FM, StringRef Directory) { in enumerateFiles()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DBuildID.cpp69 auto GetDebugPath = [&](StringRef Directory) { in fetch()
90 for (const auto &Directory : DebugFileDirectories) { in fetch() local
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DLibrary.h23 Library(StringRef Directory) : BaseDirectory(Directory) {} in Library()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DCompilationDatabase.h52 std::string Directory; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp28 static void printFile(raw_ostream &O, StringRef Filename, StringRef Directory, in printFile()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp163 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) override { in loadFromDirectory()
350 llvm::yaml::ScalarNode *Directory = nullptr; in parse() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h125 struct Directory { struct
129 static_assert(sizeof(Directory) == 12); argument
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h331 void maybeSetRootFile(StringRef Directory, StringRef FileName, in maybeSetRootFile()
339 unsigned getFile(StringRef Directory, StringRef FileName, in getFile()
380 void setRootFile(StringRef Directory, StringRef FileName, in setRootFile()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp62 StringRef Directory = sys::path::parent_path(SrcPath); in updateWithRealPath() local
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp140 APINotesManager::findAPINotesFile(DirectoryEntryRef Directory, in findAPINotesFile()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp575 MCDwarfLineTable::tryGetFile(StringRef &Directory, StringRef &FileName, in tryGetFile()
583 static bool isRootFile(const MCDwarfFile &RootFile, StringRef &Directory, in isRootFile()
592 MCDwarfLineTableHeader::tryGetFile(StringRef &Directory, StringRef &FileName, in tryGetFile()
H A DMCAsmStreamer.cpp1629 unsigned FileNo, StringRef Directory, StringRef Filename, in printDwarfFileDirective()
1660 unsigned FileNo, StringRef Directory, StringRef Filename, in tryEmitDwarfFileDirective()
1694 StringRef Directory, StringRef Filename, in emitDwarfFile0Directive()
H A DMCContext.cpp984 MCContext::getDwarfFile(StringRef Directory, StringRef FileName, in getDwarfFile()
H A DMCStreamer.cpp232 unsigned FileNo, StringRef Directory, StringRef Filename, in tryEmitDwarfFileDirective()
239 void MCStreamer::emitDwarfFile0Directive(StringRef Directory, in emitDwarfFile0Directive()
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp64 llvm::StringRef Directory) { in getHighestNumericTupleInDirectory()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h137 StringEntry *Directory = nullptr; member
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp477 static bool looksLikeMinGWSysroot(const std::string &Directory) { in looksLikeMinGWSysroot()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h174 OptionalDirectoryEntryRef Directory; member
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp184 auto Directory = M->Directory; in findHeader() local
1532 DirectoryEntryRef Directory; member in clang::ModuleMapParser
1596 DirectoryEntryRef Directory, bool IsSystem) in ModuleMapParser()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp728 std::string Directory; in createLineAndFileRecords() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h159 OptionalDirectoryEntryRef Directory; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp66 std::string Directory; member in __anon0dc04f5c0111::HTMLDiagnostics
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1399 enum class Option { Directory, File }; printLocalNames() enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp215 DIFile *DIBuilder::createFile(StringRef Filename, StringRef Directory, in createFile()

12