Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DTriple.h195 enum ObjectFormatType { enum
222 ObjectFormatType ObjectFormat;
292 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat()
614 void setObjectFormat(ObjectFormatType Kind);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DTriple.h203 enum ObjectFormatType { enum
230 ObjectFormatType ObjectFormat;
300 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat()
631 void setObjectFormat(ObjectFormatType Kind);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DTriple.h211 enum ObjectFormatType { enum
239 ObjectFormatType ObjectFormat;
315 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat()
709 void setObjectFormat(ObjectFormatType Kind);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCWasmObjectWriter.h31 virtual Triple::ObjectFormatType getFormat() const { return Triple::Wasm; } in getFormat()
DMCWinCOFFObjectWriter.h35 virtual Triple::ObjectFormatType getFormat() const { return Triple::COFF; } in getFormat()
DMCObjectWriter.h119 virtual Triple::ObjectFormatType getFormat() const = 0;
DMCELFObjectWriter.h67 virtual Triple::ObjectFormatType getFormat() const { return Triple::ELF; } in getFormat()
DMCMachObjectWriter.h46 virtual Triple::ObjectFormatType getFormat() const { return Triple::MachO; } in getFormat()
/external/llvm/lib/Support/
DTriple.cpp488 static Triple::ObjectFormatType parseFormat(StringRef EnvironmentName) { in parseFormat()
489 return StringSwitch<Triple::ObjectFormatType>(EnvironmentName) in parseFormat()
556 static const char *getObjectFormatTypeName(Triple::ObjectFormatType Kind) { in getObjectFormatTypeName()
566 static Triple::ObjectFormatType getDefaultFormat(const Triple &T) { in getDefaultFormat()
721 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize()
1075 void Triple::setObjectFormat(ObjectFormatType Kind) { in setObjectFormat()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DTriple.cpp508 static Triple::ObjectFormatType parseFormat(StringRef EnvironmentName) { in parseFormat()
509 return StringSwitch<Triple::ObjectFormatType>(EnvironmentName) in parseFormat()
578 static StringRef getObjectFormatTypeName(Triple::ObjectFormatType Kind) { in getObjectFormatTypeName()
588 static Triple::ObjectFormatType getDefaultFormat(const Triple &T) { in getDefaultFormat()
746 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize()
1100 void Triple::setObjectFormat(ObjectFormatType Kind) { in setObjectFormat()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTriple.cpp531 static Triple::ObjectFormatType parseFormat(StringRef EnvironmentName) { in parseFormat()
532 return StringSwitch<Triple::ObjectFormatType>(EnvironmentName) in parseFormat()
608 static StringRef getObjectFormatTypeName(Triple::ObjectFormatType Kind) { in getObjectFormatTypeName()
619 static Triple::ObjectFormatType getDefaultFormat(const Triple &T) { in getDefaultFormat()
781 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize()
1141 void Triple::setObjectFormat(ObjectFormatType Kind) { in setObjectFormat()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DBinary.h138 Triple::ObjectFormatType getTripleObjectFormat() const { in getTripleObjectFormat()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProf.h68 Triple::ObjectFormatType OF,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp166 Triple::ObjectFormatType OF, in getInstrProfSectionName()
/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp217 Triple::ObjectFormatType ObjectFormat;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp332 Triple::ObjectFormatType ObjectFormat;