OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Alignment64
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
548
uint64_t
Alignment64
= Section.getAlignment();
549
unsigned Alignment = (unsigned)
Alignment64
& 0xffffffffL;
688
uint64_t
Alignment64
= Section.getAlignment();
691
unsigned Alignment = (unsigned)
Alignment64
& 0xffffffffL;
794
uint64_t
Alignment64
= Section.getAlignment();
796
unsigned Alignment = (unsigned)
Alignment64
& 0xffffffffL;
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
9038
uint64_t
Alignment64
= Alignment.getZExtValue();
9041
? llvm::alignDown(Result.Offset.getQuantity(),
Alignment64
)
9042
: llvm::alignTo(Result.Offset.getQuantity(),
Alignment64
));
Completed in 26 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026