HomeSort by relevance Sort by last modified time
    Searched refs:ELFAllocator (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
MCContext.cpp 77 ELFAllocator.DestroyAll();
321 return new (ELFAllocator.Allocate())
373 MCSectionELF *Result = new (ELFAllocator.Allocate())
381 MCSectionELF *Result = new (ELFAllocator.Allocate())
  /external/llvm/include/llvm/MC/
MCContext.h 80 SpecificBumpPtrAllocator<MCSectionELF> ELFAllocator;

Completed in 109 milliseconds