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.h124 LLVM_ABI bool getUniqueBasicBlockSectionNames();
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h320 bool getUniqueBasicBlockSectionNames() const { in getUniqueBasicBlockSectionNames() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp586 Options.UniqueBasicBlockSectionNames = getUniqueBasicBlockSectionNames(); in InitTargetOptionsFromCodeGenFlags()
H A DTargetLoweringObjectFileImpl.cpp1115 if (TM.getUniqueBasicBlockSectionNames()) { in getSectionForMachineBasicBlock()