Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/Object/
DRelocVisitor.h44 explicit RelocVisitor(StringRef FileFormat) in RelocVisitor() argument
45 : FileFormat(FileFormat), HasError(false) {} in RelocVisitor()
52 if (FileFormat == "ELF64-x86-64") {
68 } else if (FileFormat == "ELF32-i386") {
80 } else if (FileFormat == "ELF64-ppc64") {
90 } else if (FileFormat == "ELF32-ppc") {
98 } else if (FileFormat == "ELF32-mips") {
106 } else if (FileFormat == "ELF64-aarch64") {
116 } else if (FileFormat == "ELF64-s390") {
134 StringRef FileFormat;