Home
last modified time | relevance | path

Searched refs:getBBSectionsType (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp251 if (MF.getTarget().getBBSectionsType() == llvm::BasicBlockSection::All || in assignSections()
343 auto BBSectionsType = MF.getTarget().getBBSectionsType(); in runOnMachineFunction()
H A DTargetPassConfig.cpp1212 if (TM->getBBSectionsType() != llvm::BasicBlockSection::None) { in addMachinePasses()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetMachine.h292 llvm::BasicBlockSection getBBSectionsType() const { in getBBSectionsType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp474 if (MF.getTarget().getBBSectionsType() == BasicBlockSection::Labels) { in initializeMachineFunction()