Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp237 PSV.InputPatchMap.insert(PSV.InputPatchMap.begin(), in writeParts()
238 P.Info->InputPatchMap.begin(), in writeParts()
239 P.Info->InputPatchMap.end()); in writeParts()
H A DDXContainerYAML.cpp351 IO.mapRequired("InputPatchMap", PSV.InputPatchMap); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h70 SmallVector<uint32_t> InputPatchMap; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h324 ViewArray<uint32_t> InputPatchMap; variable
397 ViewArray<uint32_t> getInputPatchMap() const { return InputPatchMap; } in getInputPatchMap()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp143 support::endian::write_array(OS, ArrayRef<uint32_t>(InputPatchMap), in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h257 MaskVector InputPatchMap; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp472 InputPatchMap.Data = Data.substr(Current - Data.begin(), NumBytes); in parse()