| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | PCHContainerOperations.h | 39 virtual llvm::StringRef getFormat() const = 0; 67 llvm::StringRef getFormat() const override { return "raw"; } in getFormat() function 97 Writers[Writer->getFormat()] = std::move(Writer); in registerWriter()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCDXContainerWriter.h | 28 Triple::ObjectFormatType getFormat() const override { in getFormat() function 32 return W->getFormat() == Triple::DXContainer; 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 | MCGOFFObjectWriter.h | 26 Triple::ObjectFormatType getFormat() const override { return Triple::GOFF; } in getFormat() function 29 return W->getFormat() == Triple::GOFF; in classof()
|
| H A D | MCSPIRVObjectWriter.h | 22 Triple::ObjectFormatType getFormat() const override { return Triple::SPIRV; } in getFormat() function 24 return W->getFormat() == Triple::SPIRV; in classof()
|
| 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 | 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 | 52 Triple::ObjectFormatType getFormat() const override { return Triple::MachO; } in getFormat() function 54 return W->getFormat() == Triple::MachO; in classof()
|
| H A D | MCObjectWriter.h | 140 virtual Triple::ObjectFormatType getFormat() const = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFCompileUnit.cpp | 21 int OffsetDumpWidth = 2 * dwarf::getDwarfOffsetByteSize(getFormat()); in dump() 24 << ", format = " << dwarf::FormatString(getFormat()) in dump()
|
| H A D | DWARFTypeUnit.cpp | 21 int OffsetDumpWidth = 2 * dwarf::getDwarfOffsetByteSize(getFormat()); in dump() 33 << ", format = " << dwarf::FormatString(getFormat()) in dump()
|
| H A D | DWARFUnit.cpp | 562 DWARFListTableHeader::getHeaderSize(Header.getFormat())); in tryExtractDIEsIfNeeded() 567 Header.getFormat()))); in tryExtractDIEsIfNeeded() 584 LocSectionBase = DWARFListTableHeader::getHeaderSize(Header.getFormat()); in tryExtractDIEsIfNeeded() 1164 parseDWARFStringOffsetsTableHeader(DA, Header.getFormat(), *OptOffset); in determineStringOffsetsTableContribution() 1182 Offset += Header.getFormat() == dwarf::DwarfFormat::DWARF32 ? 8 : 16; in determineStringOffsetsTableContributionDWO() 1184 auto DescOrError = parseDWARFStringOffsetsTableHeader(DA, Header.getFormat(), Offset); in determineStringOffsetsTableContributionDWO() 1195 Header.getFormat()); in determineStringOffsetsTableContributionDWO() 1198 4, Header.getFormat()); in determineStringOffsetsTableContributionDWO() 1213 RangesData, RangeSectionBase, getFormat(), Index)) in getRnglistOffset() 1220 LocTable->getData(), LocSectionBase, getFormat(), Index)) in getLoclistOffset()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | FrontendOptions.h | 191 Format getFormat() const { return static_cast<Format>(Fmt); } in getFormat() function 208 return InputKind(getLanguage(), getFormat(), true, getHeaderUnitKind(), in getPreprocessed() 213 return InputKind(getLanguage(), getFormat(), isPreprocessed(), in getHeader() 218 return InputKind(getLanguage(), getFormat(), isPreprocessed(), HU, in withHeaderUnit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFListTable.h | 100 dwarf::DwarfFormat getFormat() const { return Format; } in getFormat() function 181 dwarf::DwarfFormat getFormat() const { return Header.getFormat(); } in getFormat() function 198 return DWARFListTableHeader::getHeaderSize(getFormat()); in getHeaderSize()
|
| H A D | DWARFUnit.h | 94 dwarf::DwarfFormat getFormat() const { return FormParams.Format; } in getFormat() function 204 dwarf::DwarfFormat getFormat() const { return FormParams.Format; } in getFormat() function 338 dwarf::DwarfFormat getFormat() const { return Header.getFormat(); } in getFormat() function
|
| H A D | DWARFDebugAddr.h | 76 dwarf::DwarfFormat getFormat() const { return Format; } in getFormat() function
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCAsmBackend.cpp | 34 switch (TW->getFormat()) { in createObjectWriter() 68 switch (TW->getFormat()) { in createDwoObjectWriter()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | ObjectFilePCHContainerWriter.h | 19 StringRef getFormat() const override { return "obj"; } in getFormat() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsBaseInfo.h | 143 static inline unsigned getFormat(uint64_t TSFlags) { in getFormat() function
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
| 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 | 172 StringRef format = Log.getFormat(); in logf()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningService.h | 94 ScanningOutputFormat getFormat() const { return Format; } in getFormat() function
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 745 bool ReplayASTFile = Input.getKind().getFormat() == InputKind::Precompiled && in BeginSourceFile() 813 if (Kind.getFormat() == InputKind::ModuleMap) { in BeginSourceFile() 833 if (Input.getKind().getFormat() == InputKind::Precompiled) { in BeginSourceFile() 888 if (CI.getDiagnosticOpts().getFormat() == DiagnosticOptions::SARIF) { in BeginSourceFile() 1035 if (Input.getKind().getFormat() == InputKind::ModuleMap) { in BeginSourceFile()
|