OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getWithAlignment
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/IR/
Attributes.h
90
static Attribute
getWithAlignment
(LLVMContext &Context, uint64_t Align);
/external/llvm/lib/IR/
Attributes.cpp
78
Attribute Attribute::
getWithAlignment
(LLVMContext &Context, uint64_t Align) {
696
Attr = Attribute::
getWithAlignment
(C, B.getAlignment());
[
all
...]
Completed in 486 milliseconds