Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp190 NSec.GraphSection = &G->createSection( in createNormalizedSections()
305 if (!NSec->GraphSection) { in createNormalizedSymbols()
405 if (!NSec.GraphSection) { in graphifyRegularSymbols()
429 << NSec.GraphSection->getName() << "...\n"; in graphifyRegularSymbols()
516 << NSec.GraphSection->getName() << " + " in graphifyRegularSymbols()
524 *NSec.GraphSection, in graphifyRegularSymbols()
527 : G->createZeroFillBlock(*NSec.GraphSection, BlockSize, in graphifyRegularSymbols()
597 if (!NSec.GraphSection) in graphifySectionsWithCustomParsers()
619 << NSec.GraphSection->getName() << "\n"; in graphifyCStringSection()
624 NSec.GraphSection->getName() + in graphifyCStringSection()
[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()
/freebsd-13.1/contrib/llvm-project/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()