OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStackAlignmentFromAttrs
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h
146
inline unsigned
getStackAlignmentFromAttrs
(Attributes A) {
/external/swiftshader/third_party/LLVM/lib/VMCore/
Attributes.cpp
81
Result += utostr(Attribute::
getStackAlignmentFromAttrs
(Attrs));
/external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp
65
FrameInfo->setMaxAlignment(Attribute::
getStackAlignmentFromAttrs
(
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp
479
<< Attribute::
getStackAlignmentFromAttrs
(attrs)
[
all
...]
Completed in 369 milliseconds