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.cpp 728 /// addToContextOwner - Add Die into the list of its context owner's children.
729 void CompileUnit::addToContextOwner(DIE *Die, DIDescriptor Context) {
773 addToContextOwner(TyDIE, Ty.getContext());
    [all...]
DwarfCompileUnit.h 306 /// addToContextOwner - Add Die into the list of its context owner's children.
307 void addToContextOwner(DIE *Die, DIDescriptor Context);
DwarfDebug.cpp 791 TheCU->addToContextOwner(SubprogramDie, SP.getContext());
    [all...]

Completed in 63 milliseconds