Home
last modified time | relevance | path

Searched refs:SLocEntryOffsets (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h271 const uint32_t *SLocEntryOffsets = nullptr; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1941 std::vector<uint32_t> SLocEntryOffsets; in WriteSourceManagerBlock() local
1944 SLocEntryOffsets.reserve(SourceMgr.local_sloc_entry_size() - 1); in WriteSourceManagerBlock()
1955 SLocEntryOffsets.push_back(Offset); in WriteSourceManagerBlock()
2018 PreloadSLocs.push_back(SLocEntryOffsets.size()); in WriteSourceManagerBlock()
2054 if (SLocEntryOffsets.empty()) in WriteSourceManagerBlock()
2070 SOURCE_LOCATION_OFFSETS, SLocEntryOffsets.size(), in WriteSourceManagerBlock()
2074 bytes(SLocEntryOffsets)); in WriteSourceManagerBlock()
H A DASTReader.cpp1479 F->SLocEntryOffsets[ID - F->SLocEntryBaseID])) { in ReadSLocEntry()
3410 F.SLocEntryOffsets = (const uint32_t *)Blob.data(); in ReadASTBlock()