HomeSort by relevance Sort by last modified time
    Searched defs:ObjectFormat (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Support/
Triple.cpp 636 ObjectFormat(UnknownObjectFormat) {
649 ObjectFormat = parseFormat(Components[3]);
654 if (ObjectFormat == UnknownObjectFormat)
655 ObjectFormat = getDefaultFormat(*this);
670 Environment(), ObjectFormat(Triple::UnknownObjectFormat) {
671 ObjectFormat = getDefaultFormat(*this);
688 ObjectFormat(parseFormat(EnvironmentStr.str())) {
689 if (ObjectFormat == Triple::UnknownObjectFormat)
690 ObjectFormat = getDefaultFormat(*this);
721 ObjectFormatType ObjectFormat = UnknownObjectFormat
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Triple.cpp 696 ObjectFormat(UnknownObjectFormat) {
709 ObjectFormat = parseFormat(Components[3]);
714 if (ObjectFormat == UnknownObjectFormat)
715 ObjectFormat = getDefaultFormat(*this);
730 Environment(), ObjectFormat(Triple::UnknownObjectFormat) {
731 ObjectFormat = getDefaultFormat(*this);
748 ObjectFormat(parseFormat(EnvironmentStr.str())) {
749 if (ObjectFormat == Triple::UnknownObjectFormat)
750 ObjectFormat = getDefaultFormat(*this);
781 ObjectFormatType ObjectFormat = UnknownObjectFormat
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Triple.cpp 661 ObjectFormat(UnknownObjectFormat) {
674 ObjectFormat = parseFormat(Components[3]);
679 if (ObjectFormat == UnknownObjectFormat)
680 ObjectFormat = getDefaultFormat(*this);
695 Environment(), ObjectFormat(Triple::UnknownObjectFormat) {
696 ObjectFormat = getDefaultFormat(*this);
713 ObjectFormat(parseFormat(EnvironmentStr.str())) {
714 if (ObjectFormat == Triple::UnknownObjectFormat)
715 ObjectFormat = getDefaultFormat(*this);
746 ObjectFormatType ObjectFormat = UnknownObjectFormat
    [all...]
  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 217 Triple::ObjectFormatType ObjectFormat;
760 JumpTable->setSection(ObjectFormat == Triple::MachO
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 222 ObjectFormatType ObjectFormat;
230 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {}
241 ObjectFormat == Other.ObjectFormat;
292 ObjectFormatType getObjectFormat() const { return ObjectFormat; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Triple.h 239 ObjectFormatType ObjectFormat;
249 ObjectFormat() {}
260 ObjectFormat == Other.ObjectFormat;
315 ObjectFormatType getObjectFormat() const { return ObjectFormat; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 332 Triple::ObjectFormatType ObjectFormat;
826 ObjectFormat == Triple::ELF;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 230 ObjectFormatType ObjectFormat;
238 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {}
249 ObjectFormat == Other.ObjectFormat;
300 ObjectFormatType getObjectFormat() const { return ObjectFormat; }
  /external/libmtp/src/
ptp.h     [all...]

Completed in 1713 milliseconds