Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h27 struct PatchLocation { struct
30 PatchLocation() = default; argument
31 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument
33 void set(uint64_t New) const { in set()
40 uint64_t get() const { in get()