Home
last modified time | relevance | path

Searched refs:ObjectFormatType (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSPIRVObjectWriter.h23 Triple::ObjectFormatType getFormat() const override { return Triple::SPIRV; } in getFormat()
H A DMCDXContainerWriter.h26 Triple::ObjectFormatType getFormat() const override { in getFormat()
H A DMCXCOFFObjectWriter.h25 Triple::ObjectFormatType getFormat() const override { return Triple::XCOFF; } in getFormat()
H A DMCWinCOFFObjectWriter.h34 Triple::ObjectFormatType getFormat() const override { return Triple::COFF; } in getFormat()
H A DMCWasmObjectWriter.h32 Triple::ObjectFormatType getFormat() const override { return Triple::Wasm; } in getFormat()
H A DMCObjectWriter.h123 virtual Triple::ObjectFormatType getFormat() const = 0;
H A DMCELFObjectWriter.h67 Triple::ObjectFormatType getFormat() const override { return Triple::ELF; } in getFormat()
H A DMCMachObjectWriter.h48 Triple::ObjectFormatType getFormat() const override { return Triple::MachO; } in getFormat()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h269 enum ObjectFormatType { enum
301 ObjectFormatType ObjectFormat{};
371 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat()
950 void setObjectFormat(ObjectFormatType Kind);
/llvm-project-15.0.7/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp37 arch.GetTriple().getObjectFormat() == llvm::Triple::ObjectFormatType::ELF) in Create()
/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp634 static Triple::ObjectFormatType parseFormat(StringRef EnvironmentName) { in parseFormat()
635 return StringSwitch<Triple::ObjectFormatType>(EnvironmentName) in parseFormat()
754 static StringRef getObjectFormatTypeName(Triple::ObjectFormatType Kind) { in getObjectFormatTypeName()
778 static Triple::ObjectFormatType getDefaultFormat(const Triple &T) { in getDefaultFormat()
966 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize()
1331 void Triple::setObjectFormat(ObjectFormatType Kind) { in setObjectFormat()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h133 Triple::ObjectFormatType ObjFmt;
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DBinary.h160 Triple::ObjectFormatType getTripleObjectFormat() const { in getTripleObjectFormat()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h69 Triple::ObjectFormatType OF,
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp213 Triple::ObjectFormatType OF, in getInstrProfSectionName()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp407 Triple::ObjectFormatType ObjectFormat;
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td376 // ObjectFormatType enumeration in Triple.h
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp1915 ArrayRef<llvm::Triple::ObjectFormatType> UnsupportedObjectFormatTypes) { in CheckBuiltinTargetNotInUnsupported()
1916 llvm::Triple::ObjectFormatType CurObjFormat = in CheckBuiltinTargetNotInUnsupported()