HomeSort by: relevance | last modified time | path
    Searched defs:linkage (Results 1 - 19 of 19) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-index-shard.c 245 cooked_index_entry *linkage = create (entry->die_offset, local
254 linkage->canonical = fullname;
255 new_gnat_entries.push_back (linkage);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
attrib.h 74 LINK linkage; member in class:LinkDeclaration
scope.h 110 LINK linkage; // linkage for external functions member in struct:Scope
mtype.h 600 LINK linkage; // calling convention member in class:TRUST::TypeFunction
606 static TypeFunction *create(Parameters *parameters, Type *treturn, VarArg varargs, LINK linkage, StorageClass stc = 0);
  /src/external/gpl3/gcc.old/dist/include/
btf.h 181 uint32_t linkage; /* Currently only 0=static or 1=global. */ member in struct:btf_var
  /src/external/gpl3/gcc/dist/include/
btf.h 181 /* BTF_KIND_FUNC records encode linkage information in the VLEN bits
190 /* BTF_KIND_VAR records encode linkage information in a single
203 uint32_t linkage; /* 0=static, 1=global, 2=extern. */ member in struct:btf_var
  /src/external/gpl3/gcc/dist/gcc/
dwarf2ctf.cc 644 int linkage = get_AT_flag (function, DW_AT_external); local
689 linkage);
ctfc.h 164 uint32_t linkage; /* Used in function types. 0=local, 1=global. */ variable
dwarf2out.cc 23673 Let's emit linkage name attribute for it. This helps
23975 linkage name for the second die so that gdb will find both
26765 /* Return TRUE if TYPE is a typedef that names a type for linkage
30566 dw_attr_node linkage = (*die->die_attr)[ix - 1];
30568 gcc_assert (linkage.dw_attr == DW_AT_linkage_name
30569 || linkage.dw_attr == DW_AT_MIPS_linkage_name);
30584 die->die_attr->quick_insert (ix, linkage);
30547 dw_attr_node linkage = (*die->die_attr)[ix - 1]; local
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 785 # A linkage specification, e.g. 'extern "C"'.
1585 def linkage(self): member in class:Cursor
1586 """Return the linkage of this cursor."""
2145 """Describes the kind of linkage of a cursor."""
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp 261 llvm::GlobalValue::LinkageTypes linkage; local
263 linkage = llvm::GlobalValue::InternalLinkage;
266 // If either the copy helper or the dispose helper has internal linkage,
267 // the block descriptor must have internal linkage too.
268 linkage = llvm::GlobalValue::InternalLinkage;
270 linkage = llvm::GlobalValue::LinkOnceODRLinkage;
275 /*constant*/ true, linkage, AddrSpace);
277 if (linkage == llvm::GlobalValue::LinkOnceODRLinkage) {
2137 // internal linkage.
2393 // internal linkage
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 293 /// Group flags (Linkage, NotEligibleToImport, etc.) as a bitfield.
295 /// The linkage type of the associated global value.
297 /// One use is to flag values that have local linkage types and need to
300 /// In the future this will be used to update and optimize linkage
302 unsigned Linkage : 4;
319 /// within the same linkage unit.
334 explicit GVFlags(GlobalValue::LinkageTypes Linkage,
338 : Linkage(Linkage), Visibility(Visibility),
399 /// Return linkage type recorded for this global value
400 GlobalValue::LinkageTypes linkage() const { function in class:llvm::CalleeInfo::GlobalValueSummary
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
debug.c 475 /* Linkage of an object that appears in a namespace. */
486 /* No linkage. */
502 /* Linkage of object. */
503 enum debug_object_linkage linkage; member in struct:debug_name
612 enum debug_object_linkage linkage)
621 n->linkage = linkage;
644 enum debug_object_linkage linkage)
660 return debug_add_to_namespace (info, nsp, name, kind, linkage);
1136 enum debug_object_linkage linkage;
1134 enum debug_object_linkage linkage; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
debug.c 475 /* Linkage of an object that appears in a namespace. */
486 /* No linkage. */
502 /* Linkage of object. */
503 enum debug_object_linkage linkage; member in struct:debug_name
612 enum debug_object_linkage linkage)
621 n->linkage = linkage;
644 enum debug_object_linkage linkage)
660 return debug_add_to_namespace (info, nsp, name, kind, linkage);
1136 enum debug_object_linkage linkage;
1134 enum debug_object_linkage linkage; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 88 (** The linkage of a global value, accessed with {!linkage} and
90 module Linkage : sig
136 internal linkage. *)
1374 (** [linkage g] returns the linkage of the global value [g].
1376 val linkage : llvalue -> Linkage.t var
1378 (** [set_linkage l g] sets the linkage of the global value [g] to [l].
1380 val set_linkage : Linkage.t -> llvalue -> uni
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 1445 /* Linkage testing. */
1450 const char *linkage = 0; local
1457 case CXLinkage_NoLinkage: linkage = "NoLinkage"; break;
1458 case CXLinkage_Internal: linkage = "Internal"; break;
1459 case CXLinkage_UniqueExternal: linkage = "UniqueExternal"; break;
1460 case CXLinkage_External: linkage = "External"; break;
1463 if (linkage) {
1465 printf("linkage=%s\n", linkage);
4831 " c-index-test -test-print-linkage-source {<args>}*\n
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 3241 global linkage.
3244 defect report 605 is to make the storage class and linkage
3262 /* This specialization has the same linkage and visibility as
6726 and check that the resulting function has external linkage. */
6734 linkage_kind linkage; local
6758 internal] linkage. */
6770 "with external linkage");
6773 "external linkage");
6778 linkage = decl_linkage (fn_no_ptr);
6779 if (cxx_dialect >= cxx11 ? linkage == lk_none : linkage != lk_external
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 3224 global linkage.
3227 defect report 605 is to make the storage class and linkage
3245 /* This specialization has the same linkage and visibility as
6833 and check that the resulting function has external linkage. */
6841 linkage_kind linkage; local
6865 internal] linkage. */
6877 "with external linkage");
6880 "external linkage");
6885 linkage = decl_linkage (fn_no_ptr);
6886 if ((cxx_dialect < cxx11 && linkage != lk_external
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 23557 Let's emit linkage name attribute for it. This helps
23859 linkage name for the second die so that gdb will find both
26628 /* Return TRUE if TYPE is a typedef that names a type for linkage
30420 dw_attr_node linkage = (*die->die_attr)[ix - 1];
30422 gcc_assert (linkage.dw_attr == DW_AT_linkage_name
30423 || linkage.dw_attr == DW_AT_MIPS_linkage_name);
30438 die->die_attr->quick_insert (ix, linkage);
30401 dw_attr_node linkage = (*die->die_attr)[ix - 1]; local

Completed in 155 milliseconds