Lines Matching +full:unit +full:- +full:address
1 //===-- CompileUnitIndex.h --------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
36 /// Represents a single compile unit. This class is useful for collecting the
37 /// important accessors and information about a compile unit from disparate
38 /// parts of the PDB into a single place, simplifying acess to compile unit
45 // index of this compile unit.
59 // Maps virtual address to global symbol id, which can then be used to
60 // locate the exact compile unit and offset of the symbol. Note that this
62 // given starting address.
76 // Inlinee lines table in this compile unit.
81 // address range to file index and source line number.
89 /// global compile unit index to |CompilandIndexItem| structures.