Home
last modified time | relevance | path

Searched refs:PatchLocation (Results 1 – 6 of 6) 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() function
132 Optional<PatchLocation> getUnitRangesAttribute() const { in getUnitRangesAttribute()
138 const std::vector<PatchLocation> &getRangesAttributes() const { in getRangesAttributes()
142 const std::vector<std::pair<PatchLocation, int64_t>> &
165 DeclContext *Ctxt, PatchLocation Attr);
179 void noteRangeAttribute(const DIE &Die, PatchLocation Attr);
183 void noteLocationAttribute(PatchLocation Attr, int64_t PcOffset);
274 std::tuple<DIE *, const CompileUnit *, DeclContext *, PatchLocation>>
[all …]
/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
136 Optional<PatchLocation> getUnitRangesAttribute() const { in getUnitRangesAttribute()
142 const std::vector<PatchLocation> &getRangesAttributes() const { in getRangesAttributes()
146 const std::vector<std::pair<PatchLocation, int64_t>> &
169 DeclContext *Ctxt, PatchLocation Attr);
183 void noteRangeAttribute(const DIE &Die, PatchLocation Attr);
187 void noteLocationAttribute(PatchLocation Attr, int64_t PcOffset);
278 std::tuple<DIE *, const CompileUnit *, DeclContext *, PatchLocation>>
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp76 DeclContext *Ctxt, PatchLocation Attr) { in noteForwardReference()
84 PatchLocation Attr; in fixupForwardReferences()
109 void CompileUnit::noteRangeAttribute(const DIE &Die, PatchLocation Attr) { in noteRangeAttribute()
116 void CompileUnit::noteLocationAttribute(PatchLocation Attr, int64_t PcOffset) { in noteLocationAttribute()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp84 DeclContext *Ctxt, PatchLocation Attr) { in noteForwardReference()
92 PatchLocation Attr; in fixupForwardReferences()
117 void CompileUnit::noteRangeAttribute(const DIE &Die, PatchLocation Attr) { in noteRangeAttribute()
124 void CompileUnit::noteLocationAttribute(PatchLocation Attr, int64_t PcOffset) { in noteLocationAttribute()
DDWARFLinker.cpp1200 PatchLocation Patch = in cloneScalarAttribute()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp57 struct PatchLocation { struct
60 PatchLocation() = default;
61 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument
244 Optional<PatchLocation> getUnitRangesAttribute() const { in getUnitRangesAttribute()
248 const std::vector<PatchLocation> &getRangesAttributes() const { in getRangesAttributes()
252 const std::vector<std::pair<PatchLocation, int64_t>> &
276 DeclContext *Ctxt, PatchLocation Attr);
287 void noteRangeAttribute(const DIE &Die, PatchLocation Attr);
291 void noteLocationAttribute(PatchLocation Attr, int64_t PcOffset);
351 PatchLocation>> ForwardDIEReferences;
[all …]