OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ObjectPointer
(Results
1 - 3
of
3
) 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
...]
/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 646 milliseconds