Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h158 return LocationAttributes; in getLocationAttributes()
292 std::vector<std::pair<PatchLocation, int64_t>> LocationAttributes; variable
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp145 LocationAttributes.emplace_back(Attr, PcOffset); in noteLocationAttribute()