HomeSort by relevance Sort by last modified time
    Searched refs:DIVariable (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/IR/
DebugInfo.cpp 41 DIVariable(DbgNode).Verify() || DISubprogram(DbgNode).Verify() ||
139 unsigned DIVariable::getNumAddrElements() const {
144 MDNode *DIVariable::getInlinedAt() const {
204 /// isVariable - Return true if the specified tag is legal for DIVariable.
525 bool DIVariable::Verify() const {
653 bool DIVariable::isInlinedFnArgument(const Function *CurFn) {
811 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
818 return DIVariable(MDNode::get(VMContext, Elts));
822 DIVariable llvm::cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext) {
829 return DIVariable(MDNode::get(VMContext, Elts))
    [all...]
DIBuilder.cpp     [all...]
  /external/llvm/include/llvm/
DIBuilder.h 43 class DIVariable;
500 DIVariable createLocalVariable(unsigned Tag, DIDescriptor Scope,
520 DIVariable createComplexVariable(unsigned Tag, DIDescriptor Scope,
639 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
646 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
656 DIVariable VarInfo,
    [all...]
DebugInfo.h 45 class DIVariable;
559 /// DIVariable - This is a wrapper for a variable (e.g. parameter, local,
561 class DIVariable : public DIDescriptor {
565 explicit DIVariable(const MDNode *N = 0) : DIDescriptor(N) {}
714 DIVariable createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
718 DIVariable cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext);
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 93 DIVariable Var(DDI->getVariable());
101 DIVariable Var(DVI->getVariable());
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 147 DIVariable Var; // Variable Descriptor.
155 DbgVariable(DIVariable V, DbgVariable *AV)
160 DIVariable getVariable() const { return Var; }
462 DbgVariable *findAbstractVariable(DIVariable &Var, DebugLoc Loc);
DwarfCompileUnit.h 253 void addSourceLine(DIE *Die, DIVariable V);
DwarfDebug.cpp     [all...]
DwarfCompileUnit.cpp 245 void CompileUnit::addSourceLine(DIE *Die, DIVariable V) {
415 /// given the extra address information encoded in the DIVariable, starting from
    [all...]
AsmPrinter.cpp 566 DIVariable V(const_cast<MDNode*>(MI->getOperand(2).getMetadata()));
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 115 DIVariable DIVar(DI->getVariable());
117 "Variable in DbgDeclareInst should be either null or a DIVariable.");
FastISel.cpp 600 DIVariable DIVar(DI->getVariable());
602 "Variable in DbgDeclareInst should be either null or a DIVariable.");
645 // Set the indirect flag if the type and the DIVariable's
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 358 DIVariable DV(variable);
    [all...]
MachineInstr.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp 798 DIB.insertDbgValueIntrinsic(Arg, 0, DIVariable(DVI->getVariable()),
    [all...]

Completed in 235 milliseconds