HomeSort by relevance Sort by last modified time
    Searched refs:Sym (Results 1 - 25 of 1419) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gprof/
utils.h 24 extern int print_name_only (Sym * self);
25 extern void print_name (Sym * self);
cg_arcs.h 33 Sym *parent; /* source vertice of arc */
34 Sym *child; /* dest vertice of arc */
45 extern Sym *cycle_header; /* cycle headers */
47 extern void arc_add (Sym * parent, Sym * child, unsigned long count);
48 extern Arc *arc_lookup (Sym * parent, Sym * child);
49 extern Sym **cg_assemble (void);
cg_dfn.h 35 extern void cg_dfn (Sym * root);
cg_print.h 28 extern void cg_print (Sym **);
symtab.h 38 typedef struct sym
48 const char *name; /* Name of function this sym is from. */
62 struct sym *next; /* For building chains of syms. */
63 struct sym *prev; /* For building chains of syms. */
93 struct sym *head; /* Head of cycle. */
94 struct sym *next; /* Next member of cycle. */
102 Sym;
109 Sym *base; /* First element in symbol table. */
110 Sym *limit; /* Limit = base + len. */
116 extern void sym_init (Sym *);
37 typedef struct sym struct
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
template.h 13 } Sym, *SymPtr;
18 void zzs_add(char *, Sym *);
19 Sym *zzs_get(char *);
20 void zzs_del(Sym *);
22 Sym **zzs_scope(Sym **);
23 Sym *zzs_rmscope(Sym **);
25 Sym *zzs_new(char *);
26 Sym *zzs_newadd(char *);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfoImpls.h 45 StubValueTy &getFnStubEntry(MCSymbol *Sym) {
46 assert(Sym && "Key cannot be null");
47 return FnStubs[Sym];
50 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
51 assert(Sym && "Key cannot be null");
52 return GVStubs[Sym];
55 StubValueTy &getHiddenGVStubEntry(MCSymbol *Sym) {
56 assert(Sym && "Key cannot be null");
57 return HiddenGVStubs[Sym];
83 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
pr20070.d 3 Sym: 'def' Resolution: LDPR_PREVAILING_DEF_IRONLY
4 Sym: 'weakdef' Resolution: LDPR_PREVAILING_DEF_IRONLY
5 Sym: 'undef' Resolution: LDPR_UNDEF
6 Sym: 'weakundef' Resolution: LDPR_UNDEF
7 Sym: 'common' Resolution: LDPR_PREVAILING_DEF_IRONLY
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELF.h 73 ELFSym *Sym = new ELFSym();
74 Sym->Source.GV = GV;
75 Sym->setBind(Bind);
76 Sym->setType(Type);
77 Sym->setVisibility(Visibility);
78 Sym->SourceType = isGV;
79 return Sym;
85 ELFSym *Sym = new ELFSym();
86 Sym->Source.Ext = Ext;
87 Sym->setBind(ELF::STB_GLOBAL)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 40 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
41 assert(Sym && "Key cannot be null");
42 return GVStubs[Sym];
45 StubValueTy &getThreadLocalGVStubEntry(MCSymbol *Sym) {
46 assert(Sym && "Key cannot be null");
47 return ThreadLocalGVStubs[Sym];
68 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
69 assert(Sym && "Key cannot be null");
70 return GVStubs[Sym];
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineModuleInfoImpls.h 42 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
43 assert(Sym && "Key cannot be null");
44 return GVStubs[Sym];
47 StubValueTy &getThreadLocalGVStubEntry(MCSymbol *Sym) {
48 assert(Sym && "Key cannot be null");
49 return ThreadLocalGVStubs[Sym];
70 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
71 assert(Sym && "Key cannot be null");
72 return GVStubs[Sym];
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineModuleInfoImpls.h 42 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
43 assert(Sym && "Key cannot be null");
44 return GVStubs[Sym];
47 StubValueTy &getThreadLocalGVStubEntry(MCSymbol *Sym) {
48 assert(Sym && "Key cannot be null");
49 return ThreadLocalGVStubs[Sym];
70 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
71 assert(Sym && "Key cannot be null");
72 return GVStubs[Sym];
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineModuleInfoImpls.h 44 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
45 assert(Sym && "Key cannot be null");
46 return GVStubs[Sym];
49 StubValueTy &getThreadLocalGVStubEntry(MCSymbol *Sym) {
50 assert(Sym && "Key cannot be null");
51 return ThreadLocalGVStubs[Sym];
73 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
74 assert(Sym && "Key cannot be null");
75 return GVStubs[Sym];
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineModuleInfoImpls.h 44 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
45 assert(Sym && "Key cannot be null");
46 return GVStubs[Sym];
49 StubValueTy &getThreadLocalGVStubEntry(MCSymbol *Sym) {
50 assert(Sym && "Key cannot be null");
51 return ThreadLocalGVStubs[Sym];
73 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
74 assert(Sym && "Key cannot be null");
75 return GVStubs[Sym];
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineModuleInfoImpls.h 44 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
45 assert(Sym && "Key cannot be null");
46 return GVStubs[Sym];
49 StubValueTy &getThreadLocalGVStubEntry(MCSymbol *Sym) {
50 assert(Sym && "Key cannot be null");
51 return ThreadLocalGVStubs[Sym];
73 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
74 assert(Sym && "Key cannot be null");
75 return GVStubs[Sym];
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineModuleInfoImpls.h 44 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
45 assert(Sym && "Key cannot be null");
46 return GVStubs[Sym];
49 StubValueTy &getThreadLocalGVStubEntry(MCSymbol *Sym) {
50 assert(Sym && "Key cannot be null");
51 return ThreadLocalGVStubs[Sym];
73 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
74 assert(Sym && "Key cannot be null");
75 return GVStubs[Sym];
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineModuleInfoImpls.h 42 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
43 assert(Sym && "Key cannot be null");
44 return GVStubs[Sym];
47 StubValueTy &getThreadLocalGVStubEntry(MCSymbol *Sym) {
48 assert(Sym && "Key cannot be null");
49 return ThreadLocalGVStubs[Sym];
70 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
71 assert(Sym && "Key cannot be null");
72 return GVStubs[Sym];
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineModuleInfoImpls.h 42 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
43 assert(Sym && "Key cannot be null");
44 return GVStubs[Sym];
47 StubValueTy &getThreadLocalGVStubEntry(MCSymbol *Sym) {
48 assert(Sym && "Key cannot be null");
49 return ThreadLocalGVStubs[Sym];
70 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
71 assert(Sym && "Key cannot be null");
72 return GVStubs[Sym];
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineModuleInfoImpls.h 44 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
45 assert(Sym && "Key cannot be null");
46 return GVStubs[Sym];
49 StubValueTy &getThreadLocalGVStubEntry(MCSymbol *Sym) {
50 assert(Sym && "Key cannot be null");
51 return ThreadLocalGVStubs[Sym];
73 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
74 assert(Sym && "Key cannot be null");
75 return GVStubs[Sym];
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineModuleInfoImpls.h 44 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
45 assert(Sym && "Key cannot be null");
46 return GVStubs[Sym];
49 StubValueTy &getThreadLocalGVStubEntry(MCSymbol *Sym) {
50 assert(Sym && "Key cannot be null");
51 return ThreadLocalGVStubs[Sym];
73 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
74 assert(Sym && "Key cannot be null");
75 return GVStubs[Sym];
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineModuleInfoImpls.h 44 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
45 assert(Sym && "Key cannot be null");
46 return GVStubs[Sym];
49 StubValueTy &getThreadLocalGVStubEntry(MCSymbol *Sym) {
50 assert(Sym && "Key cannot be null");
51 return ThreadLocalGVStubs[Sym];
73 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
74 assert(Sym && "Key cannot be null");
75 return GVStubs[Sym];
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineModuleInfoImpls.h 44 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
45 assert(Sym && "Key cannot be null");
46 return GVStubs[Sym];
49 StubValueTy &getThreadLocalGVStubEntry(MCSymbol *Sym) {
50 assert(Sym && "Key cannot be null");
51 return ThreadLocalGVStubs[Sym];
73 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
74 assert(Sym && "Key cannot be null");
75 return GVStubs[Sym];
  /device/linaro/bootloader/edk2/ArmPkg/Include/
AsmMacroIoLib.h 35 #define ADRL(Reg, Sym) \
36 movw Reg, #:lower16:(Sym) - (. + 16) ; \
37 movt Reg, #:upper16:(Sym) - (. + 12) ; \
40 #define LDRL(Reg, Sym) \
41 movw Reg, #:lower16:(Sym) - (. + 16) ; \
42 movt Reg, #:upper16:(Sym) - (. + 12) ; \
  /external/clang/lib/StaticAnalyzer/Core/
ConstraintManager.cpp 22 SymbolRef Sym) {
24 .getSymbolicRegion(Sym);
29 SymbolRef Sym) {
30 QualType Ty = Sym->getType();
31 DefinedSVal V = Loc::isLocType(Ty) ? getLocFromSymbol(State, Sym)
32 : nonloc::SymbolVal(Sym);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 42 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
43 assert(Sym && "Key cannot be null");
44 return GVStubs[Sym];
47 StubValueTy &getThreadLocalGVStubEntry(MCSymbol *Sym) {
48 assert(Sym && "Key cannot be null");
49 return ThreadLocalGVStubs[Sym];
70 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
71 assert(Sym && "Key cannot be null");
72 return GVStubs[Sym];

Completed in 516 milliseconds

1 2 3 4 5 6 7 8 91011>>