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

  /external/llvm/include/llvm/Analysis/
DIBuilder.h 38 class DIVariable;
413 DIVariable createLocalVariable(unsigned Tag, DIDescriptor Scope,
433 DIVariable createComplexVariable(unsigned Tag, DIDescriptor Scope,
528 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
535 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
545 DIVariable VarInfo,
554 DIVariable VarInfo,
DebugInfo.h 44 class DIVariable;
91 explicit DIDescriptor(const DIVariable F);
645 /// DIVariable - This is a wrapper for a variable (e.g. parameter, local,
647 class DIVariable : public DIDescriptor {
649 explicit DIVariable(const MDNode *N = 0)
863 DIVariable createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
867 DIVariable cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext);
    [all...]
  /external/llvm/lib/Analysis/
DebugInfo.cpp 48 DIDescriptor::DIDescriptor(const DIVariable F) : DbgNode(F.DbgNode) {
114 unsigned DIVariable::getNumAddrElements() const {
123 MDNode *DIVariable::getInlinedAt() const {
184 /// isVariable - Return true if the specified tag is legal for DIVariable.
467 bool DIVariable::Verify() const {
535 bool DIVariable::isInlinedFnArgument(const Function *CurFn) {
841 void DIVariable::printExtendedName(raw_ostream &OS) const {
857 void DIVariable::print(raw_ostream &OS) const {
910 void DIVariable::dump() const {
968 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope
    [all...]
DIBuilder.cpp 773 DIVariable DIBuilder::createLocalVariable(unsigned Tag, DIDescriptor Scope,
797 return DIVariable(Node);
802 DIVariable DIBuilder::createComplexVariable(unsigned Tag, DIDescriptor Scope,
    [all...]
DbgInfoPrinter.cpp 150 DIVariable Var(cast<MDNode>(DDI->getVariable()));
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 93 DIVariable Var(DDI->getVariable());
102 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; }
319 DbgVariable *findAbstractVariable(DIVariable &Var, DebugLoc Loc);
DwarfCompileUnit.h 211 void addSourceLine(DIE *Die, DIVariable V);
DwarfDebug.cpp 765 DIVariable DV(Variables.getElement(vi));
858 DbgVariable *DwarfDebug::findAbstractVariable(DIVariable &DV,
862 DIVariable Var = cleanseInlinedVariable(DV, Ctx);
    [all...]
DwarfCompileUnit.cpp 122 void CompileUnit::addSourceLine(DIE *Die, DIVariable V) {
284 /// given the extra address information encoded in the DIVariable, starting from
841 DIVariable DV(Element);
    [all...]
AsmPrinter.cpp 568 DIVariable V(const_cast<MDNode*>(MI->getOperand(2).getMetadata()));
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 273 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps-1).getMetadata()));
  /external/llvm/lib/Transforms/Utils/
Local.cpp 793 DIVariable DIVar(DDI->getVariable());
824 DIVariable DIVar(DDI->getVariable());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 119 DIVariable(DI->getVariable()).Verify() &&
FastISel.cpp 579 if (!DIVariable(DI->getVariable()).Verify() ||
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 311 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps-1).getMetadata()));
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 712 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps-1).getMetadata()));
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 351 DIVariable DV(variable);
    [all...]
MachineInstr.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]

Completed in 3830 milliseconds