Searched defs:File (Results 1 - 25 of 183) sorted by relevance

12345678

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp23 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { argument
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPPCallbacks.cpp17 HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled, OptionalFileEntryRef File, SrcMgr::CharacteristicKind FileType) argument
24 HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled, OptionalFileEntryRef File, SrcMgr::CharacteristicKind FileType) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h88 std::string File; member in struct:fuzzer::SizedFile
/freebsd-current/sys/contrib/dev/acpica/common/
H A Dcmfsize.c174 CmGetFileSize( ACPI_FILE File) argument
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.h59 InputFile &File; member in class:llvm::pdb::ExplainOutputStyle
H A DYAMLOutputStyle.h40 PDBFile &File; member in class:llvm::pdb::YAMLOutputStyle
H A DBytesOutputStyle.h60 PDBFile &File; member in class:llvm::pdb::BytesOutputStyle
H A DTypeReferenceTracker.h52 InputFile &File; member in class:llvm::pdb::TypeReferenceTracker
H A DDumpOutputStyle.h105 InputFile &File; member in class:llvm::pdb::DumpOutputStyle
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.h35 PDBFile &File; member in class:llvm::pdb::NativeEnumInjectedSources
/freebsd-current/contrib/llvm-project/llvm/lib/Testing/Support/
H A DSupportHelpers.cpp43 auto File = MemoryBuffer::getFile(InputFilePath, /*IsText=*/true); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineEntry.h24 uint32_t File; ///< 1 based index of file in FileTable member in struct:llvm::gsym::LineEntry
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSymbolRemappingReader.h72 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) argument
89 std::string File; member in class:llvm::SymbolRemappingParseError
/freebsd-current/sys/contrib/dev/acpica/components/utilities/
H A Dutbuffer.c368 AcpiUtDumpBufferToFile( ACPI_FILE File, UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 BaseOffset) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderMap.h37 HeaderMapImpl(std::unique_ptr<const llvm::MemoryBuffer> File, bool NeedsBSwap) argument
85 HeaderMap(std::unique_ptr<const llvm::MemoryBuffer> File, bool BSwap) argument
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp24 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> File = local
52 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> File = local
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.h114 SourceCoverageViewHTML(StringRef SourceName, const MemoryBuffer &File, argument
H A DSourceCoverageViewText.h100 SourceCoverageViewText(StringRef SourceName, const MemoryBuffer &File, argument
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Ddttemplate.c494 FILE *File; local
675 DtEmitDefinitionBlock( FILE *File, char *Filename, char *Signature, UINT32 Instance) argument
[all...]
H A Daslfileio.c207 FILE *File; local
/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h73 ModuleFile *File = nullptr; member in struct:clang::GlobalModuleIndex::ModuleInfo
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h28 uint64_t File; member in class:llvm::sys::fs::UniqueID
32 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} argument
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp28 std::error_code SerializedDiagnosticReader::readDiagnostics(StringRef File) { argument
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DDarwinSDKInfo.cpp135 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> File = local
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp41 PDBFile &File; member in class:llvm::pdb::__anon1909::final
44 NativeInjectedSource(const SrcHeaderBlockEntry &Entry, PDBFile &File, const PDBStringTable &Strings) argument
98 NativeEnumInjectedSources( PDBFile &File, const InjectedSourceStream &IJS, const PDBStringTable &Strings) argument
[all...]

Completed in 333 milliseconds

12345678