Searched refs:PatchLocation (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | CompileUnit.h | 30 struct PatchLocation { struct 33 PatchLocation() = default; argument 34 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument 131 Optional<PatchLocation> getUnitRangesAttribute() const { in getUnitRangesAttribute() 137 const std::vector<PatchLocation> &getRangesAttributes() const { in getRangesAttributes() 141 const std::vector<std::pair<PatchLocation, int64_t>> & 164 DeclContext *Ctxt, PatchLocation Attr); 178 void noteRangeAttribute(const DIE &Die, PatchLocation Attr); 182 void noteLocationAttribute(PatchLocation Attr, int64_t PcOffset); 273 std::tuple<DIE *, const CompileUnit *, DeclContext *, PatchLocation>> [all …]
|
D | CompileUnit.cpp | 71 DeclContext *Ctxt, PatchLocation Attr) { in noteForwardReference() 79 PatchLocation Attr; in fixupForwardReferences() 100 void CompileUnit::noteRangeAttribute(const DIE &Die, PatchLocation Attr) { in noteRangeAttribute() 107 void CompileUnit::noteLocationAttribute(PatchLocation Attr, int64_t PcOffset) { in noteLocationAttribute()
|
D | DwarfLinker.cpp | 1149 PatchLocation Patch = in cloneScalarAttribute()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 57 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); 351 PatchLocation>> ForwardDIEReferences; [all …]
|