OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getJumpBufSize
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Analysis/
TargetTransformInfo.h
255
///
getJumpBufSize
- returns the target's jmp_buf size in bytes.
256
virtual unsigned
getJumpBufSize
() const;
/external/llvm/lib/Analysis/
TargetTransformInfo.cpp
135
unsigned TargetTransformInfo::
getJumpBufSize
() const {
136
return PrevTTI->
getJumpBufSize
();
496
unsigned
getJumpBufSize
() const {
/external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp
84
virtual unsigned
getJumpBufSize
() const;
174
unsigned BasicTTI::
getJumpBufSize
() const {
175
return getTLI()->
getJumpBufSize
();
/external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp
122
unsigned JBSize = TLI ? TLI->
getJumpBufSize
() : 0;
/external/llvm/include/llvm/Target/
TargetLowering.h
[
all
...]
Completed in 184 milliseconds