Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAttributes.cpp855 for (const auto &TDA : B.td_attrs()) in get() local
856 Attrs.emplace_back(Attribute::get(C, TDA.first, TDA.second)); in get()
1871 for (const auto &TDA : TargetDepAttrs) in operator ==() local
1872 if (B.TargetDepAttrs.find(TDA.first) == B.TargetDepAttrs.end()) in operator ==()
/freebsd-12-stable/contrib/binutils/bfd/
DChangeLog-9697466 HI_16 relocations. Correct bit adjustment in TDA offsets.
735 BFD_RELOC_V850_{SDA/TDA/ZDA}_OFFSET relocs with new bit pattern
2801 referenced by a R_V850_{SDA,ZDA,TDA} relocation, put the variable
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-9697839 * config/tc-v850.c: Add support for SDA/TDA/ZDA sections.
844 * config/tc-v850.h (ELF_TC_SPECIAL_SECTIONS): Add SDA/TDA/ZDA
3519 * config/tc-v850.h (tc_fix_adjustable): Don't adjust TDA relocs.