Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp200 MCDataFragment *MCContext::allocInitialFragment(MCSection &Sec) { in allocInitialFragment() function in MCContext
517 allocInitialFragment(*Ret); in getMachOSection()
534 auto *F = allocInitialFragment(*Ret); in createELFSectionImpl()
689 allocInitialFragment(*GOFFSection); in getGOFFSection()
723 auto *F = allocInitialFragment(*Result); in getCOFFSection()
789 auto *F = allocInitialFragment(*Result); in getWasmSection()
847 auto *F = allocInitialFragment(*Result); in getXCOFFSection()
863 allocInitialFragment(*Result); in getSPIRVSection()
883 allocInitialFragment(*MapIt->second); in getDXContainerSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h343 MCDataFragment *allocInitialFragment(MCSection &Sec);