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 264 /// addToContextOwner - Add Die into the list of its context owner's children.
265 void addToContextOwner(DIE *Die, DIDescriptor Context);
DwarfCompileUnit.cpp 585 /// addToContextOwner - Add Die into the list of its context owner's children.
586 void CompileUnit::addToContextOwner(DIE *Die, DIDescriptor Context) {
639 addToContextOwner(TyDIE, Ty.getContext());
    [all...]
DwarfDebug.cpp 649 TheCU->addToContextOwner(SubprogramDie, SP.getContext());
    [all...]

Completed in 68 milliseconds