Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h34 struct PatchLocation { struct
38 PatchLocation() = default; argument
39 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument
40 PatchLocation(DIE::value_iterator I, int64_t Reloc) in PatchLocation() argument
56 using RngListAttributesTy = SmallVector<PatchLocation>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DWARFLinker/Classic/
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() argument
58 using RngListAttributesTy = SmallVector<PatchLocation>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DWARFLinker/Classic/
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() argument
58 using RngListAttributesTy = SmallVector<PatchLocation>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DWARFLinker/Classic/
DDWARFLinkerCompileUnit.h36 struct PatchLocation { struct
40 PatchLocation() = default; argument
41 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument
42 PatchLocation(DIE::value_iterator I, int64_t Reloc) in PatchLocation() function
58 using RngListAttributesTy = SmallVector<PatchLocation>; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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() function
35 void set(uint64_t New) const { in set()
42 uint64_t get() const { in get()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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() function
33 void set(uint64_t New) const { in set()
40 uint64_t get() const { in get()
/aosp_15_r20/external/llvm/tools/dsymutil/
H A 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()