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

  /external/llvm/include/llvm/
DIBuilder.h 41 class DIVariable;
448 DIVariable createLocalVariable(unsigned Tag, DIDescriptor Scope,
468 DIVariable createComplexVariable(unsigned Tag, DIDescriptor Scope,
563 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
570 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
580 DIVariable VarInfo,
589 DIVariable VarInfo,
DebugInfo.h 44 class DIVariable;
96 explicit DIDescriptor(const DIVariable F);
553 /// DIVariable - This is a wrapper for a variable (e.g. parameter, local,
555 class DIVariable : public DIDescriptor {
559 explicit DIVariable(const MDNode *N = 0)
741 DIVariable createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
745 DIVariable cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext);
  /external/llvm/lib/IR/
DebugInfo.cpp 48 DIDescriptor::DIDescriptor(const DIVariable F) : DbgNode(F.DbgNode) {
58 DIVariable(DbgNode).Verify() || DISubprogram(DbgNode).Verify() ||
162 unsigned DIVariable::getNumAddrElements() const {
167 MDNode *DIVariable::getInlinedAt() const {
227 /// isVariable - Return true if the specified tag is legal for DIVariable.
513 bool DIVariable::Verify() const {
615 bool DIVariable::isInlinedFnArgument(const Function *CurFn) {
786 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
793 return DIVariable(MDNode::get(VMContext, Elts));
797 DIVariable llvm::cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext)
    [all...]
DIBuilder.cpp     [all...]
  /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 126 DIVariable Var; // Variable Descriptor.
134 DbgVariable(DIVariable V, DbgVariable *AV)
139 DIVariable getVariable() const { return Var; }
441 DbgVariable *findAbstractVariable(DIVariable &Var, DebugLoc Loc);
DwarfCompileUnit.h 253 void addSourceLine(DIE *Die, DIVariable V);
DwarfDebug.cpp 850 DIVariable DV(Variables.getElement(vi));
    [all...]
DwarfCompileUnit.cpp 235 void CompileUnit::addSourceLine(DIE *Die, DIVariable V) {
400 /// given the extra address information encoded in the DIVariable, starting from
    [all...]
AsmPrinter.cpp 560 DIVariable V(const_cast<MDNode*>(MI->getOperand(2).getMetadata()));
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 280 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps-1).getMetadata()));
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 276 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps-1).getMetadata()));
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 118 DIVariable(DI->getVariable()).Verify() &&
FastISel.cpp 604 if (!DIVariable(DI->getVariable()).Verify() ||
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 728 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps-1).getMetadata()));
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 355 DIVariable DV(variable);
    [all...]
MachineInstr.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 351 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps-1).getMetadata()));
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]

Completed in 534 milliseconds