Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp64 c.Options.BBSections = BasicBlockSection::All; in createConfig()
71 c.Options.BBSections = BasicBlockSection::None; in createConfig()
81 c.Options.BBSections = BasicBlockSection::List; in createConfig()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp93 CGOPT(std::string, BBSections) in CGOPT()
396 static cl::opt<std::string> BBSections( in CGOPT() local
401 CGBINDOPT(BBSections); in CGOPT()
584 Options.BBSections = getBBSectionsMode(Options); in InitTargetOptionsFromCodeGenFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h316 BasicBlockSection BBSections = BasicBlockSection::None; variable
H A DTargetMachine.h357 return Options.BBSections; in getBBSectionsType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp431 Options.BBSections = in initTargetOptions()
432 llvm::StringSwitch<llvm::BasicBlockSection>(CodeGenOpts.BBSections) in initTargetOptions()
438 if (Options.BBSections == llvm::BasicBlockSection::List) { in initTargetOptions()
440 MemoryBuffer::getFile(CodeGenOpts.BBSections.substr(5)); in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h130 std::string BBSections; variable
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4439 MarshallingInfoString<CodeGenOpts<"BBSections">, [{"none"}]>;