Home
last modified time | relevance | path

Searched refs:FileKind (Results 1 – 23 of 23) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp734 switch (Ctx->FileKind) { in mapping()
746 switch (Ctx->FileKind) { in mapping()
772 TBDVersion = Ctx->FileKind >> 4; in NormalizedTBD_V4()
990 if (FileKind != FileType::TBD_V1) in mapKeysToValues()
993 if (FileKind != FileType::TBD_V1) in mapKeysToValues()
1000 if (FileKind != FileType::TBD_V3) in mapKeysToValues()
1009 if (FileKind != FileType::TBD_V1) in mapKeysToValues()
1012 if (FileKind != FileType::TBD_V1) in mapKeysToValues()
1103 Ctx.FileKind = *FTOrErr; in get()
1144 Ctx.FileKind = in writeToStream()
[all …]
H A DTextStubCommon.cpp49 assert((!Ctx || Ctx->FileKind != FileType::Invalid) && in output()
52 if (Ctx && Ctx->FileKind == TBD_V3 && Values.count(PLATFORM_MACOS) && in output()
96 assert((!Ctx || Ctx->FileKind != FileType::Invalid) && in input()
100 if (Ctx && Ctx->FileKind == FileType::TBD_V3) { in input()
120 if (Ctx && Ctx->FileKind != FileType::TBD_V3) in input()
192 assert((!Ctx || Ctx->FileKind != FileType::Invalid) && in input()
195 if (Ctx->FileKind == FileType::TBD_V4) { in input()
H A DTextAPIContext.h26 FileType FileKind; member
H A DTextStubCommon.h52 const FileType FileKind, bool Compact); in LLVM_YAML_STRONG_TYPEDEF()
H A DInterfaceFile.cpp386 if (!(isYAMLTextStub(FileKind)) && !(isYAMLTextStub(O.FileKind))) { in operator ==()
H A DTextStubV5.cpp996 Expected<Object> getJSON(const InterfaceFile *File, const FileType FileKind) { in getJSON() argument
997 assert(FileKind == FileType::TBD_V5 && "unexpected json file format version"); in getJSON()
1021 const FileType FileKind, in serializeInterfaceFileToJSON() argument
1023 auto TextFile = getJSON(&File, FileKind); in serializeInterfaceFileToJSON()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h44 SrcMgr::CharacteristicKind FileKind; member
53 SrcMgr::CharacteristicKind FileKind, in get()
59 E.FileKind = FileKind; in get()
112 unsigned EntryExit, SrcMgr::CharacteristicKind FileKind);
H A DSourceManager.h1589 SrcMgr::CharacteristicKind FileKind);
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp58 ProfCorrelatorKind FileKind) { in get() argument
63 if (FileKind == InstrProfCorrelator::BINARY) { in get()
95 if (FileKind == DEBUG_INFO) { in get()
113 return get(std::move(*BufferOrErr), FileKind); in get()
115 if (FileKind == BINARY) { in get()
120 return get(std::move(*BufferOrErr), FileKind); in get()
130 ProfCorrelatorKind FileKind) { in get() argument
142 FileKind); in get()
145 FileKind); in get()
187 const object::ObjectFile &Obj, ProfCorrelatorKind FileKind) { in get() argument
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DZipFileResolver.cpp19 FileKind &file_kind, in ResolveSharedLibraryPath()
41 file_kind = FileKind::eFileKindNormal; in ResolveSharedLibraryPath()
66 file_kind = FileKind::eFileKindZip; in ResolveSharedLibraryPath()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DZipFileResolver.h25 enum FileKind { enum
32 FileKind &file_kind,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h39 get(StringRef Filename, ProfCorrelatorKind FileKind);
76 ProfCorrelatorKind FileKind);
118 get(std::unique_ptr<MemoryBuffer> Buffer, ProfCorrelatorKind FileKind);
142 const object::ObjectFile &Obj, ProfCorrelatorKind FileKind);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DTapiFile.h49 bool hasSegmentInfo() { return FileKind >= MachO::FileType::TBD_V5; } in hasSegmentInfo()
69 MachO::FileType FileKind; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h164 void setFileType(FileType Kind) { FileKind = Kind; } in setFileType()
169 FileType getFileType() const { return FileKind; } in getFileType()
459 FileType FileKind{FileType::Invalid};
H A DTextAPIWriter.h34 const FileType FileKind = FileType::Invalid,
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp85 enum FileKind { FileError = 0, Basename, Dirname, Fullpath }; enum
95 Definition("basename", EntryType::ParentNumber, FileKind::Basename),
96 Definition("dirname", EntryType::ParentNumber, FileKind::Dirname),
97 Definition("fullpath", EntryType::ParentNumber, FileKind::Fullpath)};
140 Definition("name", EntryType::ProcessFile, FileKind::Basename),
560 case FileKind::FileError: in DumpFile()
563 case FileKind::Basename: in DumpFile()
570 case FileKind::Dirname: in DumpFile()
577 case FileKind::Fullpath: in DumpFile()
1446 if (DumpFile(s, cu->GetPrimaryFile(), (FileKind)entry.number)) in Format()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1463 SrcMgr::CharacteristicKind FileKind = in HandleLineDirective() local
1467 false, FileKind); in HandleLineDirective()
1471 PPCallbacks::RenameFile, FileKind); in HandleLineDirective()
1477 SrcMgr::CharacteristicKind &FileKind, in ReadLineMarkerFlags() argument
1528 FileKind = SrcMgr::C_System; in ReadLineMarkerFlags()
1542 FileKind = SrcMgr::C_ExternCSystem; in ReadLineMarkerFlags()
1573 SrcMgr::CharacteristicKind FileKind = SrcMgr::C_User; in HandleDigitDirective() local
1580 FileKind = SourceMgr.getFileCharacteristic(DigitTok.getLocation()); in HandleDigitDirective()
1604 if (ReadLineMarkerFlags(IsFileEntry, IsFileExit, FileKind, *this)) in HandleDigitDirective()
1618 IsFileExit, FileKind); in HandleDigitDirective()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DTapiFile.cpp53 FileKind(Interface.getFileType()) { in TapiFile()
/freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp491 Expected<CC::FileType> FileKind = in ExecuteProgram() local
494 if (Error E = FileKind.takeError()) in ExecuteProgram()
501 return cc->ExecuteProgram(OutputAsmFile, Args, *FileKind, InputFile, in ExecuteProgram()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp205 SrcMgr::CharacteristicKind FileKind) { in AddLineNote() argument
234 Entries.push_back(LineEntry::get(Offset, LineNo, FilenameID, FileKind, in AddLineNote()
275 SrcMgr::CharacteristicKind FileKind) { in AddLineNote() argument
297 EntryExit, FileKind); in AddLineNote()
1433 return Entry->FileKind; in getFileCharacteristic()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1336 ZipFileResolver::FileKind file_kind = ZipFileResolver::eFileKindInvalid; in GetModuleInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1391 SrcMgr::CharacteristicKind FileKind in ParseLineTable() local
1395 FileKind, IncludeOffset)); in ParseLineTable()
H A DASTWriter.cpp2319 Record.push_back((unsigned)LE.FileKind); in WriteSourceManagerBlock()