Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp57 struct PatchLocation { struct
60 PatchLocation() = default;
61 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() function
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);
352 PatchLocation>> ForwardDIEReferences;
[all …]