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.cpp236 PSV.InputPatchMap.insert(PSV.InputPatchMap.begin(), in writeParts()
237 P.Info->InputPatchMap.begin(), in writeParts()
238 P.Info->InputPatchMap.end()); in writeParts()
H A DDXContainerYAML.cpp167 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.h141 ViewArray<uint32_t> InputPatchMap; variable
214 ViewArray<uint32_t> getInputPatchMap() const { return InputPatchMap; } in getInputPatchMap()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h121 MaskVector InputPatchMap; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp144 support::endian::write_array(OS, ArrayRef<uint32_t>(InputPatchMap), in write()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp417 InputPatchMap.Data = Data.substr(Current - Data.begin(), NumBytes); in parse()