Searched refs:Optional (Results 26 - 50 of 1145) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h12 #include "llvm/ADT/Optional.h"
62 Optional<bool> AllowPartial;
63 Optional<bool> AllowPeeling;
64 Optional<bool> AllowRuntime;
65 Optional<bool> AllowUpperBound;
66 Optional<bool> AllowProfileBasedPeeling;
67 Optional<unsigned> FullUnrollMaxCount;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCxxModuleHandler.h46 llvm::Optional<clang::Decl *> tryInstantiateStdTemplate(clang::Decl *d);
56 llvm::Optional<clang::Decl *> Import(clang::Decl *d);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/
H A DExtract.h29 Optional<std::string> DeclName);
34 ExtractFunction(CodeRangeASTSelection Code, Optional<std::string> DeclName)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.h32 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.h27 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkLinker.cpp32 Expected<Optional<StringRef>>
50 return Optional<StringRef>{};
66 Error RemarkLinker::link(StringRef Buffer, Optional<Format> RemarkFormat) {
77 PrependPath ? Optional<StringRef>(StringRef(*PrependPath))
78 : Optional<StringRef>(None));
103 Optional<Format> RemarkFormat) {
104 Expected<Optional<StringRef>> SectionOrErr = getRemarksSectionContents(Obj);
108 if (Optional<StringRef> Section = *SectionOrErr)
H A DBitstreamRemarkParser.h16 #include "llvm/ADT/Optional.h"
32 Optional<ParsedStringTable> StrTab;
74 Error processExternalFilePath(Optional<StringRef> ExternalFilePath);
78 StringRef Buf, Optional<ParsedStringTable> StrTab = None,
79 Optional<StringRef> ExternalFilePrependPath = None);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DDriver.h16 #include "llvm/ADT/Optional.h"
69 llvm::Optional<std::string> findFromSearchPaths(StringRef path);
70 llvm::Optional<std::string> searchScript(StringRef path);
71 llvm::Optional<std::string> searchLibraryBaseName(StringRef path);
72 llvm::Optional<std::string> searchLibrary(StringRef path);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFRelocMap.h24 Optional<object::RelocationRef> Reloc2;
H A DDWARFDebugRnglists.h12 #include "llvm/ADT/Optional.h"
40 llvm::function_ref<Optional<object::SectionedAddress>(uint32_t)>
50 getAbsoluteRanges(Optional<object::SectionedAddress> BaseAddr,
51 function_ref<Optional<object::SectionedAddress>(uint32_t)>
56 getAbsoluteRanges(llvm::Optional<object::SectionedAddress> BaseAddr,
H A DDWARFAbbreviationDeclaration.h12 #include "llvm/ADT/Optional.h"
34 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize)
82 Optional<int64_t> getByteSize(const DWARFUnit &U) const;
120 /// \returns Optional index of the attribute if found, None otherwise.
121 Optional<uint32_t> findAttributeIndex(dwarf::Attribute attr) const;
132 /// \returns Optional DWARF form value if the attribute was extracted.
133 Optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset,
143 Optional<size_t> getFixedAttributesByteSize(const DWARFUnit &U) const;
178 Optional<FixedSizeInfo> FixedAttributeSize;
/freebsd-11-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/
H A DDirectoryScanner.h27 llvm::Optional<llvm::sys::fs::file_status> getFileStatus(llvm::StringRef Path);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkLinker.h50 Optional<std::string> PrependPath;
64 Error link(StringRef Buffer, Optional<Format> RemarkFormat = None);
69 Optional<Format> RemarkFormat = None);
94 Expected<Optional<StringRef>>
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAVR.cpp15 #include "llvm/ADT/Optional.h"
32 llvm::Optional<StringRef> GetMcuFamilyName(StringRef MCU) {
33 return llvm::StringSwitch<llvm::Optional<StringRef>>(MCU)
34 .Case("atmega328", Optional<StringRef>("avr5"))
35 .Case("atmega328p", Optional<StringRef>("avr5"))
36 .Default(Optional<StringRef>());
62 Optional<StringRef> FamilyName = GetMcuFamilyName(CPU);
63 Optional<std::string> AVRLibcRoot = findAVRLibcInstallation();
107 llvm::Optional<StringRef> FamilyName = GetMcuFamilyName(CPU);
151 llvm::Optional<st
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DRemarkStreamer.h29 Optional<Regex> PassFilter;
33 const Optional<std::string> Filename;
42 Optional<StringRef> Filename = None);
44 Optional<StringRef> getFilename() const {
45 return Filename ? Optional<StringRef>(*Filename) : None;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DThreading.cpp15 #include "llvm/ADT/Optional.h"
43 llvm::Optional<unsigned> StackSizeInBytes) {
63 llvm::Optional<unsigned> StackSizeInBytes) {
73 llvm::Optional<unsigned> StackSizeInBytes) {
127 llvm::Optional<unsigned> StackSizeInBytes) {
136 llvm::Optional<unsigned> StackSizeInBytes) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h81 Optional<llvm::yaml::Hex16> SHEntSize;
82 Optional<llvm::yaml::Hex64> SHOff;
83 Optional<llvm::yaml::Hex16> SHNum;
84 Optional<llvm::yaml::Hex16> SHStrNdx;
96 Optional<llvm::yaml::Hex64> Align;
97 Optional<llvm::yaml::Hex64> FileSize;
98 Optional<llvm::yaml::Hex64> MemSize;
99 Optional<llvm::yaml::Hex64> Offset;
105 Optional<uint32_t> NameIndex;
108 Optional<ELF_SH
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.h18 #include "llvm/ADT/Optional.h"
45 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
76 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
101 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/ELF/
H A DELFStub.h44 Optional<std::string> Warning;
56 Optional<std::string> SoName;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBuiltinGCs.cpp75 Optional<bool> isGCManagedPointer(const Type *Ty) const override {
107 Optional<bool> isGCManagedPointer(const Type *Ty) const override {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticError.h39 static Optional<PartialDiagnosticAt> take(llvm::Error &Err) {
40 Optional<PartialDiagnosticAt> Result;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringOptionVisitor.h30 Optional<std::string> &Value) = 0;
41 std::declval<RefactoringOption>(), *std::declval<Optional<T> *>())),
H A DRefactoringOptions.h33 using ValueType = Optional<T>;
38 Optional<T> Value;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.h32 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.h35 Optional<Reloc::Model> RelocationModel,
36 Optional<CodeModel::Model> CodeModel,

Completed in 244 milliseconds

1234567891011>>