Searched defs:Options (Results 126 - 150 of 198) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp487 MemorySanitizer(Module &M, MemorySanitizerOptions Options) argument
650 MemorySanitizerOptions Options; member in struct:__anon4589::MemorySanitizerLegacyPass
691 createMemorySanitizerLegacyPassPass(MemorySanitizerOptions Options) argument
[all...]
H A DInstrProfiling.cpp160 InstrProfilingLegacyPass(const InstrProfOptions &Options, bool IsCS = false) argument
422 llvm::createInstrProfilingLegacyPass(const InstrProfOptions &Options, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp372 static void listSymbols(const TargetOptions &Options) { argument
417 TargetOptions Options = codegen::InitTargetOptionsFromCodeGenFlags(); local
553 ThinLTOProcessing(const TargetOptions &Options) { argument
906 TargetOptions Options = codegen::InitTargetOptionsFromCodeGenFlags(); local
317 getLocalLTOModule(StringRef Path, std::unique_ptr<MemoryBuffer> &Buffer, const TargetOptions &Options) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp287 createHexagonMCAsmInfo(const MCRegisterInfo &MRI, const Triple &TT, const MCTargetOptions &Options) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp80 MSP430AsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser, const MCInstrInfo &MII, const MCTargetOptions &Options) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp733 auto Options local
212 MemCmpExpansion( CallInst *const CI, uint64_t Size, const TargetTransformInfo::MemCmpExpansionOptions &Options, const bool IsUsedForZeroCmp, const DataLayout &TheDataLayout) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp769 createAArch64leAsmBackend(const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options) argument
789 createAArch64beAsmBackend(const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp378 AMDGPUTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, TargetOptions Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OptLevel) argument
494 R600TargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, TargetOptions Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
538 GCNTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, TargetOptions Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp318 createX86MCAsmInfo(const MCRegisterInfo &MRI, const Triple &TheTriple, const MCTargetOptions &Options) argument
/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-format.c1603 UINT16 Options; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h802 } Options; member in class:llvm::DWARFLinker
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1071 AnalyzerOptions &Options = getAnalysisManager().options; local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp475 void Merge(Fuzzer *F, FuzzingOptions &Options, const Vector<std::string> &Args, argument
320 CleanseCrashInput(const Vector<std::string> &Args, const FuzzingOptions &Options) argument
375 MinimizeCrashInput(const Vector<std::string> &Args, const FuzzingOptions &Options) argument
[all...]
H A DFuzzerLoop.cpp138 Fuzzer(UserCallback CB, InputCorpus &Corpus, MutationDispatcher &MD, FuzzingOptions Options) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h921 } Options; member in class:scudo::Allocator
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h459 FPOptions Options; member in class:clang::FPOptionsOverride
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp873 const MatchFinder::MatchFinderOptions &Options; member in class:clang::ast_matchers::internal::__anon1620::MatchASTVisitor
365 MatchASTVisitor(const MatchFinder::MatchersByType *Matchers, const MatchFinder::MatchFinderOptions &Options) argument
1067 MatchFinder(MatchFinderOptions Options) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp428 initTargetOptions(DiagnosticsEngine &Diags, llvm::TargetOptions &Options, const CodeGenOptions &CodeGenOpts, const clang::TargetOptions &TargetOpts, const LangOptions &LangOpts, const HeaderSearchOptions &HSOpts) argument
822 llvm::TargetOptions Options; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp516 void MCAsmStreamer::emitLinkerOptions(ArrayRef<std::string> Options) { argument
518 OS << "\t.linker_option \"" << Options[0] << '"'; local
H A DMachObjectWriter.cpp421 ComputeLinkerOptionsLoadCommandSize( const std::vector<std::string> &Options, bool is64Bit) argument
430 writeLinkerOptionsLoadCommand( const std::vector<std::string> &Options) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp529 SplitAllCriticalEdges(Function &F, const CriticalEdgeSplittingOptions &Options) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp1282 createARMAsmBackend(const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options, support::endianness Endian) argument
1303 createARMLEAsmBackend(const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options) argument
1310 createARMBEAsmBackend(const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp91 AVRAsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser, const MCInstrInfo &MII, const MCTargetOptions &Options) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp88 LanaiAsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser, const MCInstrInfo &MII, const MCTargetOptions &Options) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h48 struct Options { struct in namespace:llvm::GCOV
49 Options(bool A, bool B, bool C, bool F, bool P, bool U, bool I, bool L, function in struct:llvm::GCOV::Options
368 FileInfo(const GCOV::Options &Options) : Options(Options) {} argument
403 const GCOV::Options &Options; member in class:llvm::FileInfo

Completed in 374 milliseconds

12345678