Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp185 NSec.GraphSection = &G->createSection( in createNormalizedSections()
296 if (!NSec->GraphSection) { in createNormalizedSymbols()
401 if (!NSec.GraphSection) { in graphifyRegularSymbols()
425 << NSec.GraphSection->getName() << "...\n"; in graphifyRegularSymbols()
512 << NSec.GraphSection->getName() << " + " in graphifyRegularSymbols()
520 *NSec.GraphSection, in graphifyRegularSymbols()
523 : G->createZeroFillBlock(*NSec.GraphSection, BlockSize, in graphifyRegularSymbols()
594 if (!NSec.GraphSection) in graphifySectionsWithCustomParsers()
615 << NSec.GraphSection->getName() << "\n"; in graphifyCStringSection()
620 NSec.GraphSection->getName() + in graphifyCStringSection()
[all …]
H A DMachOLinkGraphBuilder.h79 Section *GraphSection = nullptr; variable
H A DMachO_x86_64.cpp227 if (!NSec->GraphSection) { in addRelocations()
H A DMachO_arm64.cpp236 if (!NSec->GraphSection) { in addRelocations()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp436 for (const Section &GraphSection : Graph.sections()) in modifyPassConfig() local
437 DebugObj.reportSectionTargetMemoryRange(GraphSection.getName(), in modifyPassConfig()
438 SectionRange(GraphSection)); in modifyPassConfig()