reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/MC/MCContext.h
  675       return Allocator.Allocate(Size, Align);
lib/MC/MCContext.cpp
   63       Symbols(Allocator), UsedNames(Allocator),
   63       Symbols(Allocator), UsedNames(Allocator),
   64       InlineAsmUsedLabelNames(Allocator),
   97   Allocator.Reset();