Home
last modified time | relevance | path

Searched refs:InputPatchMap (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp235 PSV.InputPatchMap.insert(PSV.InputPatchMap.begin(), in writeParts()
236 P.Info->InputPatchMap.begin(), in writeParts()
237 P.Info->InputPatchMap.end()); in writeParts()
H A DDXContainerYAML.cpp156 IO.mapRequired("InputPatchMap", PSV.InputPatchMap); in mapping()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h65 SmallVector<uint32_t> InputPatchMap; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h140 ViewArray<uint32_t> InputPatchMap; variable
206 ViewArray<uint32_t> getInputPatchMap() const { return InputPatchMap; } in getInputPatchMap()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h121 MaskVector InputPatchMap; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp159 support::endian::write_array(OS, ArrayRef<uint32_t>(InputPatchMap), in write()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp409 InputPatchMap.Data = Data.substr(Current - Data.begin(), NumBytes); in parse()