Lines Matching defs:Sym
49 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
50 assert(Sym && "Key cannot be null");
51 return GVStubs[Sym];
54 StubValueTy &getThreadLocalGVStubEntry(MCSymbol *Sym) {
55 assert(Sym && "Key cannot be null");
56 return ThreadLocalGVStubs[Sym];
59 const MCExpr *&getAuthPtrStubEntry(MCSymbol *Sym) {
60 assert(Sym && "Key cannot be null");
61 return AuthPtrStubs[Sym];
95 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
96 assert(Sym && "Key cannot be null");
97 return GVStubs[Sym];
100 const MCExpr *&getAuthPtrStubEntry(MCSymbol *Sym) {
101 assert(Sym && "Key cannot be null");
102 return AuthPtrStubs[Sym];
128 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
129 assert(Sym && "Key cannot be null");
130 return GVStubs[Sym];