reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1812 Record.push_back(VE.getMetadataOrNullID(N->getRawName())); 1846 Record.push_back(VE.getMetadataOrNullID(N->getRawName()));lib/IR/LLVMContextImpl.h
905 : Scope(N->getRawScope()), Name(N->getRawName()), 914 return Scope == RHS->getRawScope() && Name == RHS->getRawName() && 955 : Scope(N->getRawScope()), Name(N->getRawName()), File(N->getRawFile()), 960 return Scope == RHS->getRawScope() && Name == RHS->getRawName() &&