Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp97 c.Options.BBSections = BasicBlockSection::All; in createConfig()
99 c.Options.BBSections = BasicBlockSection::Labels; in createConfig()
101 c.Options.BBSections = BasicBlockSection::None; in createConfig()
111 c.Options.BBSections = BasicBlockSection::List; in createConfig()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp80 CGOPT(std::string, BBSections) in CGOPT()
353 static cl::opt<std::string> BBSections( in CGOPT() local
358 CGBINDOPT(BBSections); in CGOPT()
513 Options.BBSections = getBBSectionsMode(Options); in InitTargetOptionsFromCodeGenFlags()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h287 BasicBlockSection BBSections = BasicBlockSection::None; variable
H A DTargetMachine.h293 return Options.BBSections; in getBBSectionsType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h114 std::string BBSections; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp543 Options.BBSections = in initTargetOptions()
544 llvm::StringSwitch<llvm::BasicBlockSection>(CodeGenOpts.BBSections) in initTargetOptions()
551 if (Options.BBSections == llvm::BasicBlockSection::List) { in initTargetOptions()
553 MemoryBuffer::getFile(CodeGenOpts.BBSections.substr(5)); in initTargetOptions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2757 MarshallingInfoString<CodeGenOpts<"BBSections">, [{"none"}]>;