Searched refs:ObjectPointer (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 535 DbgVariable &DV, const LexicalScope &Scope, DIE *&ObjectPointer) { in constructVariableDIE() argument 538 ObjectPointer = Var.get(); in constructVariableDIE() 545 DIE *ObjectPointer = nullptr; in createScopeChildrenDIE() local 548 Children.push_back(constructVariableDIE(*DV, *Scope, ObjectPointer)); in createScopeChildrenDIE() 558 return ObjectPointer; in createScopeChildrenDIE() 577 if (DIE *ObjectPointer = createAndAddScopeChildren(Scope, ScopeDIE)) in constructSubprogramScopeDIE() local 578 addDIEEntry(ScopeDIE, dwarf::DW_AT_object_pointer, *ObjectPointer); in constructSubprogramScopeDIE() 592 DIE *ObjectPointer = createScopeChildrenDIE(Scope, Children); in createAndAddScopeChildren() local 598 return ObjectPointer; in createAndAddScopeChildren() 631 if (DIE *ObjectPointer = createAndAddScopeChildren(Scope, *AbsDef)) in constructAbstractSubprogramScopeDIE() local [all …]
|
D | DwarfCompileUnit.h | 143 DIE *&ObjectPointer);
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoFlags.def | 30 HANDLE_DI_FLAG((1 << 10), ObjectPointer)
|