HomeSort by: relevance | last modified time | path
    Searched refs:LookForParentDIEsToKeep (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinker.h 357 LookForParentDIEsToKeep,
388 : Die(), Type(WorklistItemType::LookForParentDIEsToKeep), CU(CU),
443 void lookForParentDIEsToKeep(unsigned AncestorIdx, CompileUnit &CU,
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp 690 void DWARFLinker::lookForParentDIEsToKeep(
723 /// (LookForChildDIEsToKeep, LookForRefDIEsToKeep, LookForParentDIEsToKeep) or
754 case WorklistItemType::LookForParentDIEsToKeep:
755 lookForParentDIEsToKeep(Current.AncestorIdx, Current.CU, Current.Flags,

Completed in 18 milliseconds