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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugAbbrev.cpp 90 uint64_t CUAbbrOffset = Offset;
94 AbbrDeclSets.insert(I, std::make_pair(CUAbbrOffset, std::move(AbbrDecls)));
114 DWARFDebugAbbrev::getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const {
116 if (PrevAbbrOffsetPos != End && PrevAbbrOffsetPos->first == CUAbbrOffset) {
120 const auto Pos = AbbrDeclSets.find(CUAbbrOffset);
126 if (Data && CUAbbrOffset < Data->getData().size()) {
127 uint64_t Offset = CUAbbrOffset;
132 AbbrDeclSets.insert(std::make_pair(CUAbbrOffset, std::move(AbbrDecls)))
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAbbrev.h 66 getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const;

Completed in 21 milliseconds