Home
last modified time | relevance | path

Searched refs:abi_tag (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/docs/
H A DItaniumMangleAbiTags.rst8 This text tries to describe gcc semantic for mangling "abi_tag" attributes
17 ABI tags are declared in an abi_tag attribute and can be applied to a
45 __attribute__((abi_tag("test")))
80 inline namespace B __attribute__((abi_tag)) {
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dosabi.c425 unsigned int abi_tag = bfd_h_get_32 (abfd, note + 16); in generic_elf_osabi_sniff_abi_tag_sections() local
427 switch (abi_tag) in generic_elf_osabi_sniff_abi_tag_sections()
452 abi_tag); in generic_elf_osabi_sniff_abi_tag_sections()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td668 let Spellings = [GCC<"abi_tag", /*AllowInC*/0>];
H A DAttrDocs.td5091 The ``abi_tag`` attribute can be applied to a function, variable, class or
5096 the ``abi_tag`` attribute, it is possible to have different mangled names for
H A DDiagnosticSemaKinds.td5685 "'abi_tag' attribute on %select{non-inline|anonymous}0 namespace ignored">,
5688 "cannot add 'abi_tag' attribute in a redeclaration">;
5690 "'abi_tag' %0 missing in original declaration">;