Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h150 return LocationAttributes; in getLocationAttributes()
284 std::vector<std::pair<PatchLocation, int64_t>> LocationAttributes; variable
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp121 LocationAttributes.emplace_back(Attr, PcOffset); in noteLocationAttribute()