Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h231 enum ObjectFormatType { enum
261 ObjectFormatType ObjectFormat;
337 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat()
847 void setObjectFormat(ObjectFormatType Kind);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
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.h31 Triple::ObjectFormatType getFormat() const override { return Triple::Wasm; } in getFormat()
H A DMCObjectWriter.h115 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTriple.cpp570 static Triple::ObjectFormatType parseFormat(StringRef EnvironmentName) { in parseFormat()
571 return StringSwitch<Triple::ObjectFormatType>(EnvironmentName) in parseFormat()
669 static StringRef getObjectFormatTypeName(Triple::ObjectFormatType Kind) { in getObjectFormatTypeName()
682 static Triple::ObjectFormatType getDefaultFormat(const Triple &T) { in getDefaultFormat()
861 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize()
1228 void Triple::setObjectFormat(ObjectFormatType Kind) { in setObjectFormat()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DBinary.h156 Triple::ObjectFormatType getTripleObjectFormat() const { in getTripleObjectFormat()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h135 Triple::ObjectFormatType ObjFmt;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h68 Triple::ObjectFormatType OF,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp175 Triple::ObjectFormatType OF, in getInstrProfSectionName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp390 Triple::ObjectFormatType ObjectFormat;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td351 // ObjectFormatType enumeration in Triple.h