Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp33 case bpfeb: return "bpfeb"; in getArchTypeName()
112 case bpfeb: return "bpf"; in getArchTypePrefix()
254 return Triple::bpfeb; in parseBPFArch()
256 return Triple::bpfeb; in parseBPFArch()
675 case Triple::bpfeb: in getDefaultFormat()
1276 case llvm::Triple::bpfeb: in getArchPointerBitWidth()
1316 case Triple::bpfeb: in get32BitArchVariant()
1398 case Triple::bpfeb: in get64BitArchVariant()
1483 case Triple::bpfel: T.setArch(Triple::bpfeb); break; in getBigEndianArchVariant()
1515 case Triple::bpfeb: T.setArch(Triple::bpfel); break; in getLittleEndianArchVariant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/TargetInfo/
DBPFTargetInfo.cpp33 RegisterTarget<Triple::bpfeb, /*HasJIT=*/true> Y(getTheBPFbeTarget(), "bpfeb", in LLVMInitializeBPFTargetInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/
DBPFMCAsmInfo.h25 if (TT.getArch() == Triple::bpfeb) in BPFMCAsmInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFTargetMachine.cpp44 if (TT.getArch() == Triple::bpfeb) in computeDataLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h56 bpfeb, // eBPF or extended BPF or 64-bit BPF (big endian) enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp552 case Triple::bpfeb: in getRelocationResolver()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp322 case Triple::bpfeb: in initELFMCObjectFileInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp882 bool isBE = Arch == Triple::bpfeb; in resolveBPFRelocation()
968 case Triple::bpfeb: in resolveRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h1189 return IsLittleEndian ? Triple::bpfel : Triple::bpfeb; in getArch()