| /llvm-project-15.0.7/llvm/include/llvm/InterfaceStub/ |
| H A D | IFSStub.h | 66 Optional<std::string> ObjectFormat; member 78 Lhs.ObjectFormat != Rhs.ObjectFormat || Lhs.Triple != Rhs.Triple)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ifs/ |
| H A D | strip-target.test | 5 …rch --output-ifs=- %p/Inputs/sysv_hash.so | FileCheck %s -DELFTARGET="ObjectFormat: ELF, Endiannes… 6 …ess --output-ifs=- %p/Inputs/sysv_hash.so | FileCheck %s -DELFTARGET="ObjectFormat: ELF, Arch: x86… 7 …dth --output-ifs=- %p/Inputs/sysv_hash.so | FileCheck %s -DELFTARGET="ObjectFormat: ELF, Arch: x86…
|
| H A D | read-ifs-as-ifs.test | 5 Target: { ObjectFormat: ELF, Arch: AArch64, Endianness: little, BitWidth: 64 } 11 # CHECK-NEXT: Target: { ObjectFormat: ELF, Arch: AArch64, Endianness: little, BitWidth: 64 }
|
| H A D | strip-needed.test | 13 Target: { ObjectFormat: ELF, Arch: AArch64, Endianness: little, BitWidth: 64 } 21 # CHECK-NEXT: Target: { ObjectFormat: ELF, Arch: AArch64, Endianness: little, BitWidth: 64 }
|
| H A D | ifs-read-basic.test | 6 Target: { ObjectFormat: ELF, Arch: x86_64, Endianness: little, BitWidth: 64 } 18 # CHECK-NEXT: Target: { ObjectFormat: ELF, Arch: x86_64, Endianness: little, BitWidth: 64 }
|
| H A D | ifs-emits-current-version.test | 5 Target: { ObjectFormat: ELF, Arch: AArch64, Endianness: little, BitWidth: 64 }
|
| H A D | read-ifs-with-bad-endianness.test | 8 Target: { ObjectFormat: ELF, Arch: x86_64, Endianness: lit, BitWidth: 64 }
|
| H A D | fail-file-write-windows.test | 12 Target: { ObjectFormat: ELF, Arch: AArch64, Endianness: little, BitWidth: 64 }
|
| H A D | read-ifs-with-bad-bitwidth.test | 8 Target: { ObjectFormat: ELF, Arch: x86_64, Endianness: little, BitWidth: 65 }
|
| H A D | output-target-error.test | 9 Target: { ObjectFormat: ELF, Arch: x86_64, Endianness: little, BitWidth: 64 }
|
| H A D | preserve-dates-stub.test | 10 Target: { ObjectFormat: ELF, Arch: x86_64, Endianness: little, BitWidth: 64 }
|
| H A D | read-ifs-as-elf.test | 6 Target: { ObjectFormat: ELF, Arch: AArch64, Endianness: little, BitWidth: 64 }
|
| H A D | fail-file-write.test | 14 Target: { ObjectFormat: ELF, Arch: AArch64, Endianness: little, BitWidth: 64 }
|
| H A D | output-format-deprecation.test | 9 Target: { ObjectFormat: ELF, Arch: x86_64, Endianness: little, BitWidth: 64 }
|
| H A D | strip-undefined-symbols.test | 6 # CHECK-NEXT: Target: { ObjectFormat: ELF, Arch: x86_64, Endianness: little, BitWidth: 64 }
|
| H A D | binary-read-add-soname.test | 48 # CHECK-NEXT: Target: { ObjectFormat: ELF, Arch: AArch64, Endianness: little, BitWidth: 64 }
|
| H A D | binary-read-syms-sysv-hash.test | 6 # CHECK-NEXT: Target: { ObjectFormat: ELF, Arch: x86_64, Endianness: little, BitWidth: 64 }
|
| H A D | binary-read-soname.test | 51 # CHECK-NEXT: Target: { ObjectFormat: ELF, Arch: x86_64, Endianness: little, BitWidth: 64 }
|
| H A D | binary-read-syms-gnu-hash.test | 6 # CHECK-NEXT: Target: { ObjectFormat: ELF, Arch: x86_64, Endianness: little, BitWidth: 64 }
|
| H A D | write-stub-no-nonlocal-symbol.test | 8 Target: { ObjectFormat: ELF, Arch: x86_64, Endianness: little, BitWidth: 64 }
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Triple.cpp | 872 ObjectFormat(UnknownObjectFormat) { in Triple() 899 if (ObjectFormat == UnknownObjectFormat) in Triple() 900 ObjectFormat = getDefaultFormat(*this); in Triple() 916 ObjectFormat = getDefaultFormat(*this); in Triple() 934 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple() 935 ObjectFormat = getDefaultFormat(*this); in Triple() 968 ObjectFormat = parseFormat(Components[4]); in normalize() 1013 ObjectFormat = parseFormat(Comp); in normalize() 1101 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize() 1117 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | Triple.h | 301 ObjectFormatType ObjectFormat{}; 320 ObjectFormat == Other.ObjectFormat; 371 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat()
|
| /llvm-project-15.0.7/llvm/lib/InterfaceStub/ |
| H A D | IFSHandler.cpp | 104 IO.mapOptional("ObjectFormat", Target.ObjectFormat); in mapping() 262 Stub.Target.ObjectFormat) { in validateIFSTarget() 330 Stub.Target.ObjectFormat.reset(); in stripIFSTarget()
|
| H A D | IFSStub.cpp | 57 return !Triple && !ObjectFormat && !Arch && !ArchString && !Endianness && in empty()
|
| /llvm-project-15.0.7/llvm/unittests/InterfaceStub/ |
| H A D | ELFYAMLTest.cpp | 184 Stub.Target.ObjectFormat = "ELF"; in TEST() 245 Stub.Target.ObjectFormat = "ELF"; in TEST()
|