Home
last modified time | relevance | path

Searched refs:GraphSec (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h281 auto &GraphSec = G->createSection(*Name, Prot); in graphifySections() local
287 G->createContentBlock(GraphSec, *Data, Sec.sh_addr, Sec.sh_addralign, 0); in graphifySections()
289 G->createZeroFillBlock(GraphSec, Sec.sh_size, Sec.sh_addr, in graphifySections()
292 setGraphSection(SecIndex, GraphSec); in graphifySections()
380 if (auto *GraphSec = getGraphSection(Sym.st_shndx)) { in graphifySymbols() local
383 auto Blocks = GraphSec->blocks(); in graphifySymbols()
397 *Name = GraphSec->getName(); in graphifySymbols()
H A DMachOLinkGraphBuilder.cpp324 Section &GraphSec, uint64_t Address, const char *Data, uint64_t Size, in addSectionStartSymAndBlock() argument
327 Data ? G->createContentBlock(GraphSec, ArrayRef<char>(Data, Size), in addSectionStartSymAndBlock()
329 : G->createZeroFillBlock(GraphSec, Size, Address, Alignment, 0); in addSectionStartSymAndBlock()
H A DMachOLinkGraphBuilder.h193 void addSectionStartSymAndBlock(Section &GraphSec, uint64_t Address,