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
565
DIE *&
ObjectPointer
) {
568
ObjectPointer
= Var;
575
DIE *
ObjectPointer
= nullptr;
578
Children.push_back(constructVariableDIE(*DV, *Scope,
ObjectPointer
));
588
return
ObjectPointer
;
605
//
ObjectPointer
might be a local (non-argument) local variable if it's a
607
if (DIE *
ObjectPointer
= createAndAddScopeChildren(Scope, ScopeDIE))
608
addDIEEntry(ScopeDIE, dwarf::DW_AT_object_pointer, *
ObjectPointer
);
623
DIE *
ObjectPointer
= createScopeChildrenDIE(Scope, Children);
629
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 588 milliseconds