Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChain.cpp230 bool IsBigEndian = getTriple().getArch() == llvm::Triple::armeb || in ComputeLLVMTriple() local
238 IsBigEndian = false; in ComputeLLVMTriple()
240 IsBigEndian = true; in ComputeLLVMTriple()
256 if (IsBigEndian) in ComputeLLVMTriple()
265 if (IsBigEndian) in ComputeLLVMTriple()
/external/chromium_org/ppapi/tests/
Dtest_utils.cc26 bool IsBigEndian() { in IsBigEndian() function
94 if (IsBigEndian()) in ConvertFromNetEndian16()
101 if (IsBigEndian()) in ConvertToNetEndian16()
/external/clang/lib/Basic/
DTargets.cpp3640 ARMTargetInfo(const llvm::Triple &Triple, bool IsBigEndian) in ARMTargetInfo() argument
3643 BigEndian = IsBigEndian; in ARMTargetInfo()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8270 bool IsBigEndian = in getOffsetFromBase() local
8282 if (IsBigEndian) in getOffsetFromBase()