Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h222 enum ObjectFormatType { enum
251 ObjectFormatType ObjectFormat;
327 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat()
775 void setObjectFormat(ObjectFormatType Kind);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCXCOFFObjectWriter.h25 Triple::ObjectFormatType getFormat() const override { return Triple::XCOFF; } in getFormat()
DMCWasmObjectWriter.h31 virtual Triple::ObjectFormatType getFormat() const { return Triple::Wasm; } in getFormat()
DMCWinCOFFObjectWriter.h34 virtual Triple::ObjectFormatType getFormat() const { return Triple::COFF; } in getFormat()
DMCObjectWriter.h118 virtual Triple::ObjectFormatType getFormat() const = 0;
DMCELFObjectWriter.h68 virtual Triple::ObjectFormatType getFormat() const { return Triple::ELF; } in getFormat()
DMCMachObjectWriter.h47 virtual Triple::ObjectFormatType getFormat() const { return Triple::MachO; } in getFormat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp550 static Triple::ObjectFormatType parseFormat(StringRef EnvironmentName) { in parseFormat()
551 return StringSwitch<Triple::ObjectFormatType>(EnvironmentName) in parseFormat()
641 static StringRef getObjectFormatTypeName(Triple::ObjectFormatType Kind) { in getObjectFormatTypeName()
653 static Triple::ObjectFormatType getDefaultFormat(const Triple &T) { in getDefaultFormat()
827 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize()
1193 void Triple::setObjectFormat(ObjectFormatType Kind) { in setObjectFormat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DBinary.h153 Triple::ObjectFormatType getTripleObjectFormat() const { in getTripleObjectFormat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h67 Triple::ObjectFormatType OF,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp166 Triple::ObjectFormatType OF, in getInstrProfSectionName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp388 Triple::ObjectFormatType ObjectFormat;