Home
last modified time | relevance | path

Searched refs:getCommonSection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h135 Section &getCommonSection();
H A DCOFFLinkGraphBuilder.cpp72 Section &COFFLinkGraphBuilder::getCommonSection() { in getCommonSection()
468 G->createZeroFillBlock(getCommonSection(), Symbol.getValue(), in createDefinedSymbol()
71 Section &COFFLinkGraphBuilder::getCommonSection() { getCommonSection() function in llvm::jitlink::COFFLinkGraphBuilder
H A DMachOLinkGraphBuilder.h196 Section &getCommonSection();
H A DELFLinkGraphBuilder.h38 Section &getCommonSection() { in getCommonSection() function
473 G->createZeroFillBlock(getCommonSection(), Sym.st_size, in graphifySymbols()
H A DMachOLinkGraphBuilder.cpp115 Section &MachOLinkGraphBuilder::getCommonSection() { in getCommonSection()
365 G->createZeroFillBlock(getCommonSection(), in graphifyRegularSymbols()
114 Section &MachOLinkGraphBuilder::getCommonSection() { getCommonSection() function in llvm::jitlink::MachOLinkGraphBuilder