Searched defs:File (Results 101 - 125 of 213) sorted by relevance

123456789

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessingRecord.h245 const FileEntry *File; member in class:clang::InclusionDirective
H A DModuleMap.h59 moduleMapFileRead(SourceLocation FileStart, const FileEntry &File, bool IsSystem) argument
372 isHeaderInUmbrellaDirs(const FileEntry *File) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp254 void Module::addTopHeader(const FileEntry *File) { argument
H A DFileManager.cpp620 getCanonicalName(const FileEntry *File) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp48 static DbiStream *getDbiStreamPtr(PDBFile &File) { argument
71 auto File = std::make_unique<PDBFile>(Path, std::move(Stream), *Allocator); local
101 auto File = std::make_unique<PDBFile>(PdbPath, std::move(Stream), *Allocator); local
154 auto File = loadPdbFile(PdbPath.get(), Allocator); local
[all...]
H A DDbiStreamBuilder.cpp126 Expected<uint32_t> DbiStreamBuilder::getSourceFileNameIndex(StringRef File) { argument
118 addModuleSourceFile(DbiModuleDescriptorBuilder &Module, StringRef File) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp339 unsigned RawCommentList::getCommentBeginLine(RawComment *C, FileID File, argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DModuleManager.cpp461 lookupModuleFile(StringRef FileName, off_t ExpectedSize, time_t ExpectedModTime, Optional<FileEntryRef> &File) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp253 CXFile File; local
256 &File, &Line, &Column, nullptr); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp356 llvm::yaml::ScalarNode *File = nullptr; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp317 auto File = findOneSourceFile(nullptr, Pattern, Flags); local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp615 StringRef File = SecPair.second; variable
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp63 DumpOutputStyle::DumpOutputStyle(InputFile &File) argument
412 getModuleDebugStream(PDBFile &File, uint32_t Index) argument
437 iterateOneModule(InputFile &File, const Optional<PrintScope> &HeaderScope, const SymbolGroup &SG, uint32_t Modi, CallbackT Callback) argument
478 iterateModuleSubsections( InputFile &File, const Optional<PrintScope> &HeaderScope, llvm::function_ref<void(uint32_t, const SymbolGroup &, SubsectionT &)> Callback) argument
501 loadSectionHeaders(PDBFile &File, DbgHeaderType Type) argument
532 getSectionNames(PDBFile &File) argument
[all...]
H A DInputFile.cpp38 getModuleDebugStream(PDBFile &File, StringRef &ModuleName, uint32_t Index) { argument
130 SymbolGroup::SymbolGroup(InputFile *File, uint32_t GroupIndex) : File(File) { argument
212 formatFromFileName(LinePrinter &Printer, StringRef File, bool Append) const argument
439 SymbolGroupIterator(InputFile &File) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-size/
H A Dllvm-size.cpp110 static void error(const Twine &Message, StringRef File) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageReport.cpp172 void CoverageReport::render(const FileCoverageSummary &File, argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp235 InterfaceFile File; local
/netbsd-current/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Doslinuxtbl.c549 FILE *File; local
510 OslFindRsdpViaEfiByKeyword( FILE *File, const char *Keyword) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DSanitizerArgs.cpp139 const char *File; member in struct:Ignorelist
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h171 uint16_t File; member in struct:llvm::DWARFDebugLine::Row
H A DDWARFContext.h81 object::OwningBinary<object::ObjectFile> File; member in struct:llvm::DWARFContext::DWOFile
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp438 NormalizedTBD(IO &IO, const InterfaceFile *&File) { argument
617 auto *File = new InterfaceFile; local
762 mapping(IO &IO, const InterfaceFile *&File) argument
805 NormalizedTBD_V4(IO &IO, const InterfaceFile *&File) argument
912 auto *File = new InterfaceFile; local
1022 mapKeysToValues(FileType FileKind, IO &IO, const InterfaceFile *&File) argument
1052 mapKeysToValuesV4(IO &IO, const InterfaceFile *&File) argument
1096 auto *File = static_cast<TextAPIContext *>(Context); local
1121 auto File = std::unique_ptr<InterfaceFile>( local
1134 writeToStream(raw_ostream &OS, const InterfaceFile &File) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp103 auto File = DIB.createFile(M.getName(), "/"); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp101 std::error_code mergeRecordsFromFile(const char *File) { argument
146 SDiagsWriter(StringRef File, DiagnosticOptions *Diags, bool MergeChildRecords) argument
248 SharedState(StringRef File, DiagnosticOptions *Diags) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp124 void MultiplexExternalSemaSource::FindFileRegionDecls(FileID File, argument

Completed in 403 milliseconds

123456789