Home
last modified time | relevance | path

Searched refs:BBSections (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp93 c.Options.BBSections = BasicBlockSection::All; in createConfig()
95 c.Options.BBSections = BasicBlockSection::Labels; in createConfig()
97 c.Options.BBSections = BasicBlockSection::None; in createConfig()
107 c.Options.BBSections = BasicBlockSection::List; in createConfig()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCommandFlags.cpp88 CGOPT(std::string, BBSections) in CGOPT()
385 static cl::opt<std::string> BBSections( in CGOPT() local
390 CGBINDOPT(BBSections); in CGOPT()
546 Options.BBSections = getBBSectionsMode(Options); in InitTargetOptionsFromCodeGenFlags()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h315 BasicBlockSection BBSections = BasicBlockSection::None; variable
H A DTargetMachine.h301 return Options.BBSections; in getBBSectionsType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp397 Options.BBSections = in initTargetOptions()
398 llvm::StringSwitch<llvm::BasicBlockSection>(CodeGenOpts.BBSections) in initTargetOptions()
405 if (Options.BBSections == llvm::BasicBlockSection::List) { in initTargetOptions()
407 MemoryBuffer::getFile(CodeGenOpts.BBSections.substr(5)); in initTargetOptions()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h119 std::string BBSections; variable
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td3018 MarshallingInfoString<CodeGenOpts<"BBSections">, [{"none"}]>;