Home
last modified time | relevance | path

Searched refs:PatchItem (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h63 struct PatchItem { struct
83 LLVM_ABI void patch(ArrayRef<PatchItem> P); argument
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp673 PatchItem PatchItems[] = { in writeImpl()
H A DInstrProf.cpp274 void ProfOStream::patch(ArrayRef<PatchItem> P) { in patch()