Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Sym

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) {
84 assert(Sym && "Key cannot be null");
85 return GVStubs[Sym];