Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLTO.cpp70 c.Options.BBSections = BasicBlockSection::All; in createConfig()
72 c.Options.BBSections = BasicBlockSection::Labels; in createConfig()
74 c.Options.BBSections = BasicBlockSection::None; in createConfig()
84 c.Options.BBSections = BasicBlockSection::List; in createConfig()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp93 CGOPT(std::string, BBSections) in CGOPT()
393 static cl::opt<std::string> BBSections( in CGOPT() local
398 CGBINDOPT(BBSections); in CGOPT()
571 Options.BBSections = getBBSectionsMode(Options); in InitTargetOptionsFromCodeGenFlags()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h320 BasicBlockSection BBSections = BasicBlockSection::None; variable
H A DTargetMachine.h318 return Options.BBSections; in getBBSectionsType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp385 Options.BBSections = in initTargetOptions()
386 llvm::StringSwitch<llvm::BasicBlockSection>(CodeGenOpts.BBSections) in initTargetOptions()
393 if (Options.BBSections == llvm::BasicBlockSection::List) { in initTargetOptions()
395 MemoryBuffer::getFile(CodeGenOpts.BBSections.substr(5)); in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h121 std::string BBSections; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3996 MarshallingInfoString<CodeGenOpts<"BBSections">, [{"none"}]>;