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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerCompileUnit.h 64 uint32_t ParentIdx;
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp 257 unsigned ParentIdx;
267 : Die(Die), ParentIdx(0), OtherInfo(OtherInfo), Type(T),
270 ContextWorklistItem(DWARFDie Die, DeclContext *Context, unsigned ParentIdx,
272 : Die(Die), ParentIdx(ParentIdx), Context(Context),
314 const DWARFDie &DIE, unsigned ParentIdx, CompileUnit &CU,
321 Worklist.emplace_back(DIE, CurrentDeclContext, ParentIdx, InImportedModule);
354 Current.ParentIdx == 0 &&
362 Info.ParentIdx = Current.ParentIdx;
    [all...]

Completed in 58 milliseconds