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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 225 /// addToContextOwner - Add Die into the list of its context owner's children.
226 void addToContextOwner(DIE *Die, DIDescriptor Context);
DwarfCompileUnit.cpp 563 /// addToContextOwner - Add Die into the list of its context owner's children.
564 void CompileUnit::addToContextOwner(DIE *Die, DIDescriptor Context) {
602 addToContextOwner(TyDIE, Ty.getContext());
823 addToContextOwner(&Buffer, Context);
904 addToContextOwner(NDie, NS.getContext());
    [all...]
DwarfDebug.cpp 528 TheCU->addToContextOwner(SubprogramDie, SP.getContext());
    [all...]

Completed in 384 milliseconds