Home
last modified time | relevance | path

Searched refs:COFFAllocator (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/MC/
DMCContext.cpp76 COFFAllocator.DestroyAll(); in reset()
412 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF( in getCOFFSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp85 COFFAllocator.DestroyAll(); in reset()
447 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF( in getCOFFSection()
/external/llvm/include/llvm/MC/
DMCContext.h79 SpecificBumpPtrAllocator<MCSectionCOFF> COFFAllocator; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h91 SpecificBumpPtrAllocator<MCSectionCOFF> COFFAllocator; variable