Home
last modified time | relevance | path

Searched refs:XCOFFAllocator (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCContext.cpp148 XCOFFAllocator.DestroyAll(); in reset()
814 Result = new (XCOFFAllocator.Allocate()) MCSectionXCOFF( in getXCOFFSection()
818 Result = new (XCOFFAllocator.Allocate()) in getXCOFFSection()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCContext.h139 SpecificBumpPtrAllocator<MCSectionXCOFF> XCOFFAllocator; variable