OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLE
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Object/
Binary.h
59
static inline unsigned int getELFType(bool
isLE
, bool is64Bits) {
60
if (
isLE
)
66
static unsigned int getMachOType(bool
isLE
, bool is64Bits) {
67
if (
isLE
)
/external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
[
all
...]
Completed in 47 milliseconds