Home
last modified time | relevance | path

Searched defs:isBE (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp37 isBE ? write<T, llvm::endianness::big>(P, V) in write() argument
413 bool isBE = Arch == Triple::aarch64_be; resolveAArch64Relocation() local
987 bool isBE = Arch == Triple::bpfeb; resolveBPFRelocation() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp117 bool isBE() const { return Context.getTargetInfo().isBigEndian(); } isBE() function