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.h36 struct PatchLocation { struct
40 PatchLocation() = default; argument
41 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() function
42 PatchLocation(DIE::value_iterator I, int64_t Reloc) in PatchLocation() function
58 using RngListAttributesTy = SmallVector<PatchLocation>; argument