Home
last modified time | relevance | path

Searched refs:OffsetMap (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp83 OffsetMap[Entry.FileNameOffset] = SerializedSize; in addChecksum()
112 auto Iter = OffsetMap.find(Offset); in mapChecksumOffset()
113 assert(Iter != OffsetMap.end()); in mapChecksumOffset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp104 DenseMap<MachineBasicBlock*, unsigned> &OffsetMap) { in computeOffset() argument
114 OffsetMap[&B] = InstOffset; in computeOffset()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h69 OffsetMap; typedef
74 OffsetMap base_offsets;
75 OffsetMap vbase_offsets;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.h93 DenseMap<uint32_t, uint32_t> OffsetMap;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7338 SmallVector<int64_t, 8> OffsetMap(NumStores, INT64_MAX); in mergeTruncStores() local
7399 if (Offset < 0 || Offset >= NumStores || OffsetMap[Offset] != INT64_MAX) in mergeTruncStores()
7401 OffsetMap[Offset] = ByteOffsetFromBase; in mergeTruncStores()
7420 if (OffsetMap[i] != i * (NarrowNumBits / 8) + FirstOffset) in mergeTruncStores()
7424 if (OffsetMap[j] != i * (NarrowNumBits / 8) + FirstOffset) in mergeTruncStores()