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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
AccelTable.h 276 unsigned CUIndex)
277 : DieOffset(DieOffset), DieTag(DieTag), CUIndex(CUIndex) {}
285 unsigned getCUIndex() const { return CUIndex; }
290 unsigned CUIndex;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h 706 void setDwarfCompileUnitID(unsigned CUIndex) {
707 DwarfCompileUnitID = CUIndex;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 55 std::unique_ptr<DWARFUnitIndex> CUIndex;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFVerifier.cpp 1278 uint32_t CUIndex = *EntryOr->getCUIndex();
1279 if (CUIndex > NI.getCUCount()) {
1282 NI.getUnitOffset(), EntryID, CUIndex);
1286 uint64_t CUOffset = NI.getCUOffset(CUIndex);
DWARFContext.cpp 747 if (CUIndex)
748 return *CUIndex;
752 CUIndex = std::make_unique<DWARFUnitIndex>(DW_SECT_INFO);
753 CUIndex->parse(CUIndexData);
754 return *CUIndex;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AccelTable.cpp 550 SmallVector<unsigned, 1> CUIndex(CUs.size());
556 CUIndex[CU.index()] = Count++;
574 return CUIndex[DD.lookupCU(CUDie)->getUniqueID()];
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
DWARFEmitter.cpp 264 static Expected<uint64_t> writeDIE(const DWARFYAML::Data &DI, uint64_t CUIndex,
281 utostr(CUIndex));

Completed in 32 milliseconds