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

  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinkerCompileUnit.cpp 19 Idx = U.getInfo(Idx).ParentIdx;
60 !inFunctionScope(*this, I.ParentIdx))
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...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerCompileUnit.h 64 uint32_t ParentIdx;

Completed in 14 milliseconds