| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | PCHContainerOperations.h | 41 virtual llvm::StringRef getFormat() const = 0; 61 virtual llvm::StringRef getFormat() const = 0; 69 llvm::StringRef getFormat() const override { return "raw"; } in getFormat() function 83 llvm::StringRef getFormat() const override { return "raw"; } in getFormat() function 98 Writers[Writer->getFormat()] = std::move(Writer); in registerWriter() 101 Readers[Reader->getFormat()] = std::move(Reader); in registerReader()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | ObjectFilePCHContainerOperations.h | 19 StringRef getFormat() const override { return "obj"; } in getFormat() function 35 StringRef getFormat() const override { return "obj"; } in getFormat() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCXCOFFObjectWriter.h | 25 Triple::ObjectFormatType getFormat() const override { return Triple::XCOFF; } in getFormat() function 27 return W->getFormat() == Triple::XCOFF; in classof()
|
| H A D | MCWinCOFFObjectWriter.h | 34 Triple::ObjectFormatType getFormat() const override { return Triple::COFF; } in getFormat() function 36 return W->getFormat() == Triple::COFF; in classof()
|
| H A D | MCWasmObjectWriter.h | 32 Triple::ObjectFormatType getFormat() const override { return Triple::Wasm; } in getFormat() function 34 return W->getFormat() == Triple::Wasm; in classof()
|
| H A D | MCELFObjectWriter.h | 67 Triple::ObjectFormatType getFormat() const override { return Triple::ELF; } in getFormat() function 69 return W->getFormat() == Triple::ELF; in classof()
|
| H A D | MCMachObjectWriter.h | 48 Triple::ObjectFormatType getFormat() const override { return Triple::MachO; } in getFormat() function 50 return W->getFormat() == Triple::MachO; in classof()
|
| H A D | MCObjectWriter.h | 115 virtual Triple::ObjectFormatType getFormat() const = 0;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFCompileUnit.cpp | 18 int OffsetDumpWidth = 2 * dwarf::getDwarfOffsetByteSize(getFormat()); in dump() 21 << ", format = " << dwarf::FormatString(getFormat()) in dump()
|
| H A D | DWARFTypeUnit.cpp | 23 int OffsetDumpWidth = 2 * dwarf::getDwarfOffsetByteSize(getFormat()); in dump() 35 << ", format = " << dwarf::FormatString(getFormat()) in dump()
|
| H A D | DWARFUnit.cpp | 519 DWARFListTableHeader::getHeaderSize(Header.getFormat())); in tryExtractDIEsIfNeeded() 524 Header.getFormat()))); in tryExtractDIEsIfNeeded() 541 LocSectionBase = DWARFListTableHeader::getHeaderSize(Header.getFormat()); in tryExtractDIEsIfNeeded() 936 parseDWARFStringOffsetsTableHeader(DA, Header.getFormat(), *OptOffset); in determineStringOffsetsTableContribution() 954 Offset += Header.getFormat() == dwarf::DwarfFormat::DWARF32 ? 8 : 16; in determineStringOffsetsTableContributionDWO() 956 auto DescOrError = parseDWARFStringOffsetsTableHeader(DA, Header.getFormat(), Offset); in determineStringOffsetsTableContributionDWO() 967 Header.getFormat()); in determineStringOffsetsTableContributionDWO() 970 4, Header.getFormat()); in determineStringOffsetsTableContributionDWO() 985 RangesData, RangeSectionBase, getFormat(), Index)) in getRnglistOffset() 992 LocTable->getData(), LocSectionBase, getFormat(), Index)) in getLoclistOffset()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFListTable.h | 100 dwarf::DwarfFormat getFormat() const { return Format; } in getFormat() function 180 dwarf::DwarfFormat getFormat() const { return Header.getFormat(); } in getFormat() function 195 return DWARFListTableHeader::getHeaderSize(getFormat()); in getHeaderSize()
|
| H A D | DWARFUnit.h | 84 dwarf::DwarfFormat getFormat() const { return FormParams.Format; } in getFormat() function 192 dwarf::DwarfFormat getFormat() const { return FormParams.Format; } in getFormat() function 294 dwarf::DwarfFormat getFormat() const { return Header.getFormat(); } in getFormat() function
|
| H A D | DWARFDebugAddr.h | 79 dwarf::DwarfFormat getFormat() const { return Format; } in getFormat() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCAsmBackend.cpp | 32 switch (TW->getFormat()) { in createObjectWriter() 57 switch (TW->getFormat()) { in createDwoObjectWriter()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningService.h | 55 ScanningOutputFormat getFormat() const { return Format; } in getFormat() function
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | FrontendOptions.h | 164 Format getFormat() const { return static_cast<Format>(Fmt); } in getFormat() function 176 return InputKind(getLanguage(), getFormat(), true); in getPreprocessed()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/ |
| H A D | DiffLog.cpp | 24 StringRef LogBuilder::getFormat() const { return Format; } in getFormat() function in LogBuilder
|
| H A D | DiffLog.h | 54 StringRef getFormat() const;
|
| H A D | DiffConsumer.cpp | 164 StringRef format = Log.getFormat(); in logf()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 559 bool ReplayASTFile = Input.getKind().getFormat() == InputKind::Precompiled && in BeginSourceFile() 617 if (Kind.getFormat() == InputKind::ModuleMap) { in BeginSourceFile() 636 if (Input.getKind().getFormat() == InputKind::Precompiled) { in BeginSourceFile() 772 if (Input.getKind().getFormat() == InputKind::ModuleMap) { in BeginSourceFile()
|
| H A D | TextDiagnostic.cpp | 818 switch (DiagOpts->getFormat()) { in emitDiagnosticLoc() 830 if (DiagOpts->getFormat() == DiagnosticOptions::MSVC) { in emitDiagnosticLoc() 840 switch (DiagOpts->getFormat()) { in emitDiagnosticLoc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVBaseInfo.h | 102 static inline unsigned getFormat(uint64_t TSFlags) { in getFormat() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 283 if (Input.getKind().getFormat() == InputKind::ModuleMap) { in BeginSourceFileAction()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 271 : Format(Service.getFormat()) { in DependencyScanningWorker()
|