OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DbgDeclareInst
(Results
1 - 22
of
22
) sorted by null
/external/llvm/include/llvm/IR/
DebugInfo.h
33
class
DbgDeclareInst
;
65
/// processDeclare, processValue and processLocation to handle
DbgDeclareInst
,
76
/// \brief Process
DbgDeclareInst
.
77
void processDeclare(const Module &M, const
DbgDeclareInst
*DDI);
InstVisitor.h
211
RetTy visitDbgDeclareInst(
DbgDeclareInst
&I) { DELEGATE(DbgInfoIntrinsic);}
270
case Intrinsic::dbg_declare: DELEGATE(
DbgDeclareInst
);
IntrinsicInst.h
80
///
DbgDeclareInst
- This represents the llvm.dbg.declare instruction.
82
class
DbgDeclareInst
: public DbgInfoIntrinsic {
/external/llvm/include/llvm/Transforms/Utils/
Local.h
32
class
DbgDeclareInst
;
258
bool ConvertDebugDeclareToDebugValue(
DbgDeclareInst
*DDI,
263
bool ConvertDebugDeclareToDebugValue(
DbgDeclareInst
*DDI,
272
DbgDeclareInst
*FindAllocaDbgDeclare(Value *V);
/external/llvm/lib/IR/
IntrinsicInst.cpp
63
///
DbgDeclareInst
- This represents the llvm.dbg.declare instruction.
66
Value *
DbgDeclareInst
::getAddress() const {
DebugInfo.cpp
213
const
DbgDeclareInst
*DDI) {
Verifier.cpp
[
all
...]
/external/llvm/tools/llvm-dis/
llvm-dis.cpp
97
if (const
DbgDeclareInst
*DDI = dyn_cast<
DbgDeclareInst
>(I)) {
/external/llvm/lib/Transforms/Utils/
Local.cpp
298
if (
DbgDeclareInst
*DDI = dyn_cast<
DbgDeclareInst
>(I)) {
[
all
...]
PromoteMemoryToRegister.cpp
105
DbgDeclareInst
*DbgDeclare;
257
SmallVector<
DbgDeclareInst
*, 8> AllocaDbgDeclares;
403
if (
DbgDeclareInst
*DDI = Info.DbgDeclare) {
494
if (
DbgDeclareInst
*DDI = Info.DbgDeclare) {
508
if (
DbgDeclareInst
*DDI = Info.DbgDeclare) {
674
if (
DbgDeclareInst
*DDI = AllocaDbgDeclares[i])
[
all
...]
/external/llvm/unittests/Transforms/Utils/
Cloning.cpp
381
if (
DbgDeclareInst
* OldIntrin = dyn_cast<
DbgDeclareInst
>(&OldI)) {
382
DbgDeclareInst
* NewIntrin = dyn_cast<
DbgDeclareInst
>(&NewI);
/external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp
184
if (const
DbgDeclareInst
*DI = dyn_cast<
DbgDeclareInst
>(I)) {
FastISel.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
/external/llvm/lib/Transforms/IPO/
Inliner.cpp
236
if (
DbgDeclareInst
*DDI = dyn_cast<
DbgDeclareInst
>(U))
[
all
...]
/external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
[
all
...]
SROA.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h
39
class
DbgDeclareInst
;
/external/llvm/include/llvm-c/
Core.h
1099
macro(
DbgDeclareInst
) \
[
all
...]
/external/llvm/lib/Target/X86/
X86FastISel.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
75
DbgDeclareInst
*DDI = cast<
DbgDeclareInst
>(*Declare->use_begin());
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
316
DbgDeclareInst
*DDI = cast<
DbgDeclareInst
>(*Declare->use_begin());
[
all
...]
Completed in 4116 milliseconds