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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 540 DIE *&ObjectPointer) {
543 ObjectPointer = Var;
550 DIE *ObjectPointer = nullptr;
553 Children.push_back(constructVariableDIE(*DV, *Scope, ObjectPointer));
563 return ObjectPointer;
580 // ObjectPointer might be a local (non-argument) local variable if it's a
582 if (DIE *ObjectPointer = createAndAddScopeChildren(Scope, ScopeDIE))
583 addDIEEntry(ScopeDIE, dwarf::DW_AT_object_pointer, *ObjectPointer);
598 DIE *ObjectPointer = createScopeChildrenDIE(Scope, Children);
604 return ObjectPointer;
    [all...]
DwarfCompileUnit.h 151 DIE *&ObjectPointer);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 821 PVOID ObjectPointer;
    [all...]
ks.h 303 PVOID ObjectPointer;
    [all...]

Completed in 102 milliseconds