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.cpp204 MCDataFragment *MCContext::allocInitialFragment(MCSection &Sec) { in allocInitialFragment() function in MCContext
578 allocInitialFragment(*Ret); in getMachOSection()
595 auto *F = allocInitialFragment(*Ret); in createELFSectionImpl()
754 allocInitialFragment(*GOFFSection); in getGOFFSection()
809 auto *F = allocInitialFragment(*Result); in getCOFFSection()
881 auto *F = allocInitialFragment(*Result); in getWasmSection()
939 auto *F = allocInitialFragment(*Result); in getXCOFFSection()
955 allocInitialFragment(*Result); in getSPIRVSection()
975 allocInitialFragment(*MapIt->second); in getDXContainerSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h337 MCDataFragment *allocInitialFragment(MCSection &Sec);