Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp214 if (MF.getTarget().getBBSectionsType() == llvm::BasicBlockSection::All || in assignSections()
311 auto BBSectionsType = MF.getTarget().getBBSectionsType(); in runOnMachineFunction()
H A DTargetPassConfig.cpp1261 if (TM->getBBSectionsType() != llvm::BasicBlockSection::None) { in addMachinePasses()
1262 if (TM->getBBSectionsType() == llvm::BasicBlockSection::List) { in addMachinePasses()
H A DMachineFunction.cpp453 if (Target.getBBSectionsType() == BasicBlockSection::Labels || in CreateMachineBasicBlock()
454 Target.getBBSectionsType() == BasicBlockSection::List) in CreateMachineBasicBlock()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetMachine.h308 llvm::BasicBlockSection getBBSectionsType() const { in getBBSectionsType() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp514 if (MF.getTarget().getBBSectionsType() == BasicBlockSection::Labels) { in initializeMachineFunction()