OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getJumpBufAlignment
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Analysis/
TargetTransformInfo.h
252
///
getJumpBufAlignment
- returns the target's jmp_buf alignment in bytes
253
virtual unsigned
getJumpBufAlignment
() const;
/external/llvm/lib/Analysis/
TargetTransformInfo.cpp
131
unsigned TargetTransformInfo::
getJumpBufAlignment
() const {
132
return PrevTTI->
getJumpBufAlignment
();
492
unsigned
getJumpBufAlignment
() const {
/external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp
83
virtual unsigned
getJumpBufAlignment
() const;
170
unsigned BasicTTI::
getJumpBufAlignment
() const {
171
return getTLI()->
getJumpBufAlignment
();
/external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp
431
unsigned Align = TLI ? TLI->
getJumpBufAlignment
() : 0;
/external/llvm/include/llvm/Target/
TargetLowering.h
[
all
...]
Completed in 184 milliseconds