Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp189 NSec.GraphSection = &G->createSection( in createNormalizedSections()
300 if (!NSec->GraphSection) { in createNormalizedSymbols()
406 if (!NSec.GraphSection) { in graphifyRegularSymbols()
415 if (CustomSectionParserFunctions.count(NSec.GraphSection->getName())) { in graphifyRegularSymbols()
417 dbgs() << " Skipping section " << NSec.GraphSection->getName() in graphifyRegularSymbols()
430 << NSec.GraphSection->getName() << "...\n"; in graphifyRegularSymbols()
448 addSectionStartSymAndBlock(SecIndex, *NSec.GraphSection, NSec.Address, in graphifyRegularSymbols()
475 "First symbol in " + NSec.GraphSection->getName() + " is alt-entry"); in graphifyRegularSymbols()
487 addSectionStartSymAndBlock(SecIndex, *NSec.GraphSection, NSec.Address, in graphifyRegularSymbols()
526 << NSec.GraphSection->getName() << " + " in graphifyRegularSymbols()
[all …]
H A DMachOLinkGraphBuilder.h80 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()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp441 for (const Section &GraphSection : Graph.sections()) in modifyPassConfig() local
442 DebugObj.reportSectionTargetMemoryRange(GraphSection.getName(), in modifyPassConfig()
443 SectionRange(GraphSection)); in modifyPassConfig()