Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DCompileUnit.h30 struct PatchLocation { struct
33 PatchLocation() = default; argument
34 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() function
36 void set(uint64_t New) const { in set()
43 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() function
63 void set(uint64_t New) const { in set()
70 uint64_t get() const { in get()