Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h29 struct PatchLocation { struct
32 PatchLocation() = default; argument
33 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument
35 void set(uint64_t New) const { in set()
42 uint64_t get() const { in get()