Searched refs:InputFileIDs (Results 1 – 2 of 2) sorted by relevance
178 llvm::DenseMap<const FileEntry *, uint32_t> InputFileIDs; variable
1806 uint32_t &InputFileID = InputFileIDs[Entry.File]; in WriteInputFiles()2319 assert(InputFileIDs[*Content->OrigEntry] != 0 && "Missed file entry"); in WriteSourceManagerBlock()2320 Record.push_back(InputFileIDs[*Content->OrigEntry]); in WriteSourceManagerBlock()