Searched defs:isBE (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ | ||
H A D | RuntimeDyldELF.cpp | 37 isBE ? write<T, llvm::endianness::big>(P, V) in write() argument |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGRecordLayoutBuilder.cpp | 117 bool isBE() const { return Context.getTargetInfo().isBigEndian(); } isBE() function |