Home
last modified time | relevance | path

Searched refs:ObjectPointer (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp709 DIE *&ObjectPointer) { in constructVariableDIE() argument
712 ObjectPointer = Var; in constructVariableDIE()
795 DIE *ObjectPointer = nullptr; in createScopeChildrenDIE() local
800 Children.push_back(constructVariableDIE(*DV.second, *Scope, ObjectPointer)); in createScopeChildrenDIE()
805 Children.push_back(constructVariableDIE(*DV, *Scope, ObjectPointer)); in createScopeChildrenDIE()
824 return ObjectPointer; in createScopeChildrenDIE()
837 if (DIE *ObjectPointer = createAndAddScopeChildren(Scope, ScopeDIE)) in constructSubprogramScopeDIE() local
838 addDIEEntry(ScopeDIE, dwarf::DW_AT_object_pointer, *ObjectPointer); in constructSubprogramScopeDIE()
859 DIE *ObjectPointer = createScopeChildrenDIE(Scope, Children); in createAndAddScopeChildren() local
865 return ObjectPointer; in createAndAddScopeChildren()
[all …]
DDwarfCompileUnit.h213 DIE *&ObjectPointer);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoFlags.def41 HANDLE_DI_FLAG((1 << 10), ObjectPointer)