Home
last modified time | relevance | path

Searched defs:GraphSec (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELFLinkGraphBuilder.h281 auto &GraphSec = G->createSection(*Name, Prot); in graphifySections() local
380 if (auto *GraphSec = getGraphSection(Sym.st_shndx)) { in graphifySymbols() local
DMachOLinkGraphBuilder.cpp324 Section &GraphSec, uint64_t Address, const char *Data, uint64_t Size, in addSectionStartSymAndBlock()