| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | PCHContainerOperations.h | 39 virtual llvm::StringRef getFormat() const = 0; 59 virtual llvm::StringRef getFormat() const = 0; 67 llvm::StringRef getFormat() const override { return "raw"; } in getFormat() function 81 llvm::StringRef getFormat() const override { return "raw"; } in getFormat() function 96 Writers[Writer->getFormat()] = std::move(Writer); in registerWriter() 99 Readers[Reader->getFormat()] = std::move(Reader); in registerReader()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCSPIRVObjectWriter.h | 23 Triple::ObjectFormatType getFormat() const override { return Triple::SPIRV; } in getFormat() function 25 return W->getFormat() == Triple::SPIRV; in classof()
|
| H A D | MCDXContainerWriter.h | 26 Triple::ObjectFormatType getFormat() const override { in getFormat() function 30 return W->getFormat() == Triple::DXContainer; 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 | 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 | 128 virtual Triple::ObjectFormatType getFormat() const = 0;
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/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 | 551 DWARFListTableHeader::getHeaderSize(Header.getFormat())); in tryExtractDIEsIfNeeded() 556 Header.getFormat()))); in tryExtractDIEsIfNeeded() 573 LocSectionBase = DWARFListTableHeader::getHeaderSize(Header.getFormat()); in tryExtractDIEsIfNeeded() 1145 parseDWARFStringOffsetsTableHeader(DA, Header.getFormat(), *OptOffset); in determineStringOffsetsTableContribution() 1163 Offset += Header.getFormat() == dwarf::DwarfFormat::DWARF32 ? 8 : 16; in determineStringOffsetsTableContributionDWO() 1165 auto DescOrError = parseDWARFStringOffsetsTableHeader(DA, Header.getFormat(), Offset); in determineStringOffsetsTableContributionDWO() 1176 Header.getFormat()); in determineStringOffsetsTableContributionDWO() 1179 4, Header.getFormat()); in determineStringOffsetsTableContributionDWO() 1194 RangesData, RangeSectionBase, getFormat(), Index)) in getRnglistOffset() 1201 LocTable->getData(), LocSectionBase, getFormat(), Index)) in getLoclistOffset()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | FrontendOptions.h | 181 Format getFormat() const { return static_cast<Format>(Fmt); } in getFormat() function 198 return InputKind(getLanguage(), getFormat(), true, getHeaderUnitKind(), in getPreprocessed() 203 return InputKind(getLanguage(), getFormat(), isPreprocessed(), in getHeader() 208 return InputKind(getLanguage(), getFormat(), isPreprocessed(), HU, in withHeaderUnit()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFListTable.h | 99 dwarf::DwarfFormat getFormat() const { return Format; } in getFormat() function 180 dwarf::DwarfFormat getFormat() const { return Header.getFormat(); } in getFormat() function 197 return DWARFListTableHeader::getHeaderSize(getFormat()); in getHeaderSize()
|
| H A D | DWARFUnit.h | 87 dwarf::DwarfFormat getFormat() const { return FormParams.Format; } in getFormat() function 195 dwarf::DwarfFormat getFormat() const { return FormParams.Format; } in getFormat() function 327 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
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCAsmBackend.cpp | 32 switch (TW->getFormat()) { in createObjectWriter() 63 switch (TW->getFormat()) { in createDwoObjectWriter()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningService.h | 57 ScanningOutputFormat getFormat() const { return Format; } in getFormat() function
|
| /openbsd-src/gnu/llvm/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 | 170 StringRef format = Log.getFormat(); in logf()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 582 bool ReplayASTFile = Input.getKind().getFormat() == InputKind::Precompiled && in BeginSourceFile() 652 if (Kind.getFormat() == InputKind::ModuleMap) { in BeginSourceFile() 672 if (Input.getKind().getFormat() == InputKind::Precompiled) { in BeginSourceFile() 727 if (CI.getDiagnosticOpts().getFormat() == DiagnosticOptions::SARIF) { in BeginSourceFile() 873 if (Input.getKind().getFormat() == InputKind::ModuleMap) { in BeginSourceFile()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVRegisterInfo.cpp | 519 unsigned MIFrm = RISCVII::getFormat(MI->getDesc().TSFlags); in needsFrameBaseReg() 614 assert((RISCVII::getFormat(MI->getDesc().TSFlags) == RISCVII::InstFormatI || in getFrameIndexInstrOffset() 615 RISCVII::getFormat(MI->getDesc().TSFlags) == RISCVII::InstFormatS) && in getFrameIndexInstrOffset()
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 74 AddrTables.back().Format = AddrTable.getFormat(); in dumpDebugAddr() 216 NewUnit.Format = CU->getFormat(); in dumpDebugInfo()
|