Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp182 NSec.GraphSection = &G->createSection(*Name, Prot); in createNormalizedSections()
295 if (!NSec->GraphSection) { in createNormalizedSymbols()
395 if (!NSec.GraphSection) { in graphifyRegularSymbols()
404 if (CustomSectionParserFunctions.count(NSec.GraphSection->getName())) { in graphifyRegularSymbols()
406 dbgs() << " Skipping section " << NSec.GraphSection->getName() in graphifyRegularSymbols()
412 dbgs() << " Processing section " << NSec.GraphSection->getName() in graphifyRegularSymbols()
431 addSectionStartSymAndBlock(*NSec.GraphSection, NSec.Address, NSec.Data, in graphifyRegularSymbols()
458 "First symbol in " + NSec.GraphSection->getName() + " is alt-entry"); in graphifyRegularSymbols()
470 addSectionStartSymAndBlock(*NSec.GraphSection, NSec.Address, NSec.Data, in graphifyRegularSymbols()
500 << NSec.GraphSection->getName() << " + " in graphifyRegularSymbols()
[all …]
DMachOLinkGraphBuilder.h79 Section *GraphSection = nullptr; variable
DMachO_x86_64.cpp205 if (!NSec.GraphSection) { in addRelocations()
DMachO_arm64.cpp203 if (!NSec.GraphSection) { in addRelocations()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp165 NSec.GraphSection = &G->createSection(*Name, Prot); in createNormalizedSections()
192 "Address range for section " + Cur.GraphSection->getName() + in createNormalizedSections()
366 if (CustomSectionParserFunctions.count(NSec.GraphSection->getName())) { in graphifyRegularSymbols()
368 dbgs() << " Skipping section " << NSec.GraphSection->getName() in graphifyRegularSymbols()
374 dbgs() << " Processing section " << NSec.GraphSection->getName() in graphifyRegularSymbols()
393 addSectionStartSymAndBlock(*NSec.GraphSection, NSec.Address, NSec.Data, in graphifyRegularSymbols()
420 "First symbol in " + NSec.GraphSection->getName() + " is alt-entry"); in graphifyRegularSymbols()
432 addSectionStartSymAndBlock(*NSec.GraphSection, NSec.Address, NSec.Data, in graphifyRegularSymbols()
462 << NSec.GraphSection->getName() << " + " in graphifyRegularSymbols()
470 *NSec.GraphSection, in graphifyRegularSymbols()
[all …]
DMachOLinkGraphBuilder.h68 Section *GraphSection = nullptr;