OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRegisterWidth
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Basic/
TargetInfo.h
243
///
getRegisterWidth
- Return the "preferred" register width on this target.
244
uint64_t
getRegisterWidth
() const {
/external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp
280
if (AccessWidth < Types.getTarget().
getRegisterWidth
())
281
AccessWidth = Types.getTarget().
getRegisterWidth
();
[
all
...]
Completed in 16 milliseconds