Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h38 Section &getCommonSection() { in getCommonSection() function
431 G->createZeroFillBlock(getCommonSection(), Sym.st_size, in graphifySymbols()
H A DCOFFLinkGraphBuilder.h135 Section &getCommonSection();
H A DCOFFLinkGraphBuilder.cpp72 Section &COFFLinkGraphBuilder::getCommonSection() { in getCommonSection() function in llvm::jitlink::COFFLinkGraphBuilder
458 G->createZeroFillBlock(getCommonSection(), Symbol.getValue(), in createDefinedSymbol()
H A DMachOLinkGraphBuilder.h195 Section &getCommonSection();
H A DMachOLinkGraphBuilder.cpp113 Section &MachOLinkGraphBuilder::getCommonSection() { in getCommonSection() function in llvm::jitlink::MachOLinkGraphBuilder
355 G->createZeroFillBlock(getCommonSection(), in graphifyRegularSymbols()