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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 261 /// addToContextOwner - Add Die into the list of its context owner's children.
262 void addToContextOwner(DIE *Die, DIDescriptor Context);
DwarfCompileUnit.cpp 590 /// addToContextOwner - Add Die into the list of its context owner's children.
591 void CompileUnit::addToContextOwner(DIE *Die, DIDescriptor Context) {
644 addToContextOwner(TyDIE, Ty.getContext());
    [all...]
DwarfDebug.cpp 614 TheCU->addToContextOwner(SubprogramDie, SP.getContext());
    [all...]

Completed in 4214 milliseconds