Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp37 template <class T> static void write(bool isBE, void *P, T V) { in write()
386 bool isBE = Arch == Triple::aarch64_be; in resolveAArch64Relocation() local
947 bool isBE = Arch == Triple::bpfeb; in resolveBPFRelocation() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp118 bool isBE() const { return Context.getTargetInfo().isBigEndian(); } in isBE() function