Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h148 return LocationAttributes; in getLocationAttributes()
287 std::vector<std::pair<PatchLocation, int64_t>> LocationAttributes; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp125 LocationAttributes.emplace_back(Attr, PcOffset); in noteLocationAttribute()