Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp184 NSec.GraphSection = &G->createSection( in createNormalizedSections()
299 if (!NSec->GraphSection) { in createNormalizedSymbols()
399 if (!NSec.GraphSection) { in graphifyRegularSymbols()
408 if (CustomSectionParserFunctions.count(NSec.GraphSection->getName())) { in graphifyRegularSymbols()
410 dbgs() << " Skipping section " << NSec.GraphSection->getName() in graphifyRegularSymbols()
416 dbgs() << " Processing section " << NSec.GraphSection->getName() in graphifyRegularSymbols()
435 addSectionStartSymAndBlock(*NSec.GraphSection, NSec.Address, NSec.Data, in graphifyRegularSymbols()
462 "First symbol in " + NSec.GraphSection->getName() + " is alt-entry"); in graphifyRegularSymbols()
474 addSectionStartSymAndBlock(*NSec.GraphSection, NSec.Address, NSec.Data, in graphifyRegularSymbols()
504 << NSec.GraphSection->getName() << " + " in graphifyRegularSymbols()
[all …]
H A DMachOLinkGraphBuilder.h79 Section *GraphSection = nullptr; variable
H A DMachO_x86_64.cpp223 if (!NSec.GraphSection) { in addRelocations()
H A DMachO_arm64.cpp204 if (!NSec.GraphSection) { in addRelocations()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp427 for (const Section &GraphSection : Graph.sections()) in modifyPassConfig() local
428 DebugObj.reportSectionTargetMemoryRange(GraphSection.getName(), in modifyPassConfig()
429 SectionRange(GraphSection)); in modifyPassConfig()