OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHWDivFeatures
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Support/
TargetParser.h
114
bool
getHWDivFeatures
(unsigned HWDivKind, std::vector<const char *> &Features);
/external/llvm/lib/Support/
TargetParser.cpp
97
// features they correspond to (use
getHWDivFeatures
).
181
bool llvm::ARM::
getHWDivFeatures
(unsigned HWDivKind,
216
return
getHWDivFeatures
(Extensions, Features);
/external/clang/lib/Driver/
Tools.cpp
575
if (!llvm::ARM::
getHWDivFeatures
(HWDivID, Features))
[
all
...]
Completed in 2213 milliseconds