Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp191 NSec.GraphSection = &G->createSection( in createNormalizedSections()
196 NSec.GraphSection->setMemLifetime(orc::MemLifetime::NoAlloc); in createNormalizedSections()
310 if (!NSec->GraphSection) { in createNormalizedSymbols()
416 if (!NSec.GraphSection) { in graphifyRegularSymbols()
425 if (CustomSectionParserFunctions.count(NSec.GraphSection->getName())) { in graphifyRegularSymbols()
427 dbgs() << " Skipping section " << NSec.GraphSection->getName() in graphifyRegularSymbols()
440 << NSec.GraphSection->getName() << "...\n"; in graphifyRegularSymbols()
458 addSectionStartSymAndBlock(SecIndex, *NSec.GraphSection, NSec.Address, in graphifyRegularSymbols()
485 "First symbol in " + NSec.GraphSection->getName() + " is alt-entry"); in graphifyRegularSymbols()
497 addSectionStartSymAndBlock(SecIndex, *NSec.GraphSection, NSe in graphifyRegularSymbols()
[all...]
H A DMachOLinkGraphBuilder.h80 Section *GraphSection = nullptr; variable
H A DMachO_x86_64.cpp249 if (!NSec->GraphSection) { in addRelocations()
H A DMachO_arm64.cpp258 if (!NSec->GraphSection) { in addRelocations()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp439 for (const Section &GraphSection : Graph.sections()) in modifyPassConfig() local
440 DebugObj.reportSectionTargetMemoryRange(GraphSection.getName(), in modifyPassConfig()
441 SectionRange(GraphSection)); in modifyPassConfig()