Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
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()
/external/llvm-project/llvm/include/llvm/DWARFLinker/
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()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp57 struct PatchLocation { struct
58 DIE::value_iterator I;
61 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument
63 void set(uint64_t New) const { in set()
70 uint64_t get() const { in get()