Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
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()
/external/llvm-project/llvm/lib/CodeGen/
DCommandFlags.cpp79 CGOPT(std::string, BBSections) in CGOPT()
354 static cl::opt<std::string> BBSections( in CGOPT() local
359 CGBINDOPT(BBSections); in CGOPT()
542 Options.BBSections = getBBSectionsMode(Options); in InitTargetOptionsFromCodeGenFlags()
/external/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h291 BasicBlockSection BBSections = BasicBlockSection::None; variable
DTargetMachine.h278 return Options.BBSections; in getBBSectionsType()
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h127 std::string BBSections; variable
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp515 Options.BBSections = in initTargetOptions()
516 llvm::StringSwitch<llvm::BasicBlockSection>(CodeGenOpts.BBSections) in initTargetOptions()
523 if (Options.BBSections == llvm::BasicBlockSection::List) { in initTargetOptions()
525 MemoryBuffer::getFile(CodeGenOpts.BBSections.substr(5)); in initTargetOptions()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1106 Opts.BBSections = in ParseCodeGenArgs()
1112 (Opts.BBSections != "none" && Opts.BBSections != "labels"); in ParseCodeGenArgs()