OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frameaddress
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp
187
case Intrinsic::returnaddress: case Intrinsic::
frameaddress
:
/external/llvm/lib/CodeGen/
IntrinsicLowering.cpp
428
case Intrinsic::
frameaddress
:
SjLjEHPrepare.cpp
112
FrameAddrFn = Intrinsic::getDeclaration(&M, Intrinsic::
frameaddress
);
/art/compiler/llvm/
gbc_expander.cc
669
llvm::Function*
frameaddress
=
local
670
llvm::Intrinsic::getDeclaration(module, llvm::Intrinsic::
frameaddress
);
672
// The type of llvm::
frameaddress
is: i8* @llvm.
frameaddress
(i32)
673
llvm::Value* frame_address = irb_.CreateCall(
frameaddress
, irb_.getInt32(0));
[
all
...]
/external/clang/lib/CodeGen/
CGBuiltin.cpp
736
Value *F = CGM.getIntrinsic(Intrinsic::
frameaddress
);
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
Completed in 800 milliseconds