Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.h123 bool getUniqueBasicBlockSectionNames();
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h288 bool getUniqueBasicBlockSectionNames() const { in getUniqueBasicBlockSectionNames() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp581 Options.UniqueBasicBlockSectionNames = getUniqueBasicBlockSectionNames(); in InitTargetOptionsFromCodeGenFlags()
H A DTargetLoweringObjectFileImpl.cpp1052 if (TM.getUniqueBasicBlockSectionNames()) { in getSectionForMachineBasicBlock()