Home
last modified time | relevance | path

Searched defs:PatchLocation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h37 struct PatchLocation { struct
41 PatchLocation() = default; argument
42 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument
43 PatchLocation(DIE::value_iterator I, int64_t Reloc) in PatchLocation() argument
59 using RngListAttributesTy = SmallVector<PatchLocation>; argument