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.cpp183 NSec.GraphSection = &G->createSection( in createNormalizedSections()
188 NSec.GraphSection->setMemLifetime(orc::MemLifetime::NoAlloc); in createNormalizedSections()
302 if (!NSec->GraphSection) { in createNormalizedSymbols()
407 if (!NSec.GraphSection) { in graphifyRegularSymbols()
416 if (CustomSectionParserFunctions.count(NSec.GraphSection->getName())) { in graphifyRegularSymbols()
418 dbgs() << " Skipping section " << NSec.GraphSection->getName() in graphifyRegularSymbols()
431 << NSec.GraphSection->getName() << "...\n"; in graphifyRegularSymbols()
449 addSectionStartSymAndBlock(SecIndex, *NSec.GraphSection, NSec.Address, in graphifyRegularSymbols()
476 "First symbol in " + NSec.GraphSection->getName() + " is alt-entry"); in graphifyRegularSymbols()
488 addSectionStartSymAndBlock(SecIndex, *NSec.GraphSection, NSec.Address, in graphifyRegularSymbols()
[all …]
H A DMachOLinkGraphBuilder.h80 Section *GraphSection = nullptr; variable
H A DMachO_x86_64.cpp253 if (!NSec->GraphSection) { in addRelocations()
H A DMachO_arm64.cpp278 if (!NSec->GraphSection) { in addRelocations()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp438 for (const Section &GraphSection : Graph.sections()) in modifyPassConfig() local
439 DebugObj.reportSectionTargetMemoryRange(GraphSection.getName(), in modifyPassConfig()
440 SectionRange(GraphSection)); in modifyPassConfig()