Searched refs:Optional (Results 226 - 250 of 1145) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp53 Optional<Reloc::Model> RM) {
62 Optional<Reloc::Model> RM,
63 Optional<CodeModel::Model> CM,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h13 #include "llvm/ADT/Optional.h"
142 Optional<DWARFFormValue> find(dwarf::Attribute Attr) const;
155 Optional<DWARFFormValue> find(ArrayRef<dwarf::Attribute> Attrs) const;
166 Optional<DWARFFormValue>
191 Optional<uint64_t> getRangesBaseAttribute() const;
192 Optional<uint64_t> getLocBaseAttribute() const;
204 Optional<uint64_t> getHighPC(uint64_t LowPC) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp46 llvm::Optional<DIERef>
48 llvm::Optional<uint64_t> cu_offset = entry.getCUOffset();
62 if (llvm::Optional<uint64_t> die_offset = entry.getDIEUnitOffset())
71 if (llvm::Optional<DIERef> ref = ToDIERef(entry))
158 llvm::Optional<DIERef> ref = ToDIERef(entry);
231 if (llvm::Optional<DIERef> ref = ToDIERef(entry))
H A DDWARFFormValue.h14 #include "llvm/ADT/Optional.h"
57 static llvm::Optional<uint8_t> GetFixedSize(dw_form_t form,
59 llvm::Optional<uint8_t> GetFixedSize() const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp319 Optional<unsigned> MCSubtargetInfo::getCacheSize(unsigned Level) const {
320 return Optional<unsigned>();
323 Optional<unsigned>
325 return Optional<unsigned>();
328 Optional<unsigned> MCSubtargetInfo::getCacheLineSize(unsigned Level) const {
329 return Optional<unsigned>();
H A DMCRegisterInfo.cpp81 Optional<unsigned> MCRegisterInfo::getLLVMRegNum(unsigned RegNum,
104 if (Optional<unsigned> LRegNum = getLLVMRegNum(RegNum, true))
/freebsd-11-stable/crypto/openssl/util/
H A Dmkrc.pl58 // Optional:
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h17 #include "llvm/ADT/Optional.h"
90 Optional<int32_t> getFunctionId(uint64_t Addr) const;
93 Optional<uint64_t> getFunctionAddr(int32_t FuncId) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp110 Optional<Scaled64> Res = None;
125 return Optional<Scaled64>(BBCount);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h16 #include "llvm/ADT/Optional.h"
70 Optional<uint64_t> getBlockProfileCount(const BasicBlock *BB,
76 Optional<uint64_t> getProfileCountFromFreq(uint64_t Freq) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxBitset.cpp89 llvm::Optional<uint64_t> bit_size =
101 llvm::Optional<uint64_t> bit_size =
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h12 #include "llvm/ADT/Optional.h"
91 llvm::Optional<LineTable> OptLineTable;
92 llvm::Optional<InlineInfo> Inline;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h44 Optional<Reloc::Model> RelocModel = Reloc::PIC_;
45 Optional<CodeModel::Model> CodeModel = None;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc59 llvm::Optional<unsigned> StackSizeInBytes,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp80 Optional<DefinedOrUnknownSVal> Constr = V.getAs<DefinedOrUnknownSVal>();
94 Optional<loc::MemRegionVal> RegionVal = V.getAs<loc::MemRegionVal>();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arc/
H A DABISysV_arc.h13 #include <llvm/ADT/Optional.h>
102 using RegisterFileFlag = llvm::Optional<bool>;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DPredicate.h122 llvm::Optional<T> WaitFor(C Cond, const Timeout<std::micro> &timeout) {
182 llvm::Optional<T>
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DDWARF.cpp72 Optional<std::pair<std::string, unsigned>>
91 Optional<DILineInfo> DWARFCache::getDILineInfo(uint64_t offset,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp46 Optional<MemorySSAUpdater> MSSAU;
100 Optional<MemorySSAUpdater> MSSAU;
H A DWarnMissedTransforms.cpp50 Optional<int> VectorizeWidth =
52 Optional<int> InterleaveCount =
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h54 Optional<TypeIndex> getFirst() override;
55 Optional<TypeIndex> getNext(TypeIndex Prev) override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DMergingTypeTableBuilder.cpp41 Optional<TypeIndex> MergingTypeTableBuilder::getFirst() {
48 Optional<TypeIndex> MergingTypeTableBuilder::getNext(TypeIndex Prev) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp31 #include "llvm/ADT/Optional.h"
215 Optional<SVal> getDirectBinding(const MemRegion *R) const;
219 Optional<SVal> getDefaultBinding(const MemRegion *R) const;
265 Optional<SVal> RegionBindingsRef::getDirectBinding(const MemRegion *R) const {
266 return Optional<SVal>::create(lookup(R, BindingKey::Direct));
269 Optional<SVal> RegionBindingsRef::getDefaultBinding(const MemRegion *R) const {
270 return Optional<SVal>::create(lookup(R, BindingKey::Default));
495 Optional<RegionBindingsRef> tryBindSmallStruct(RegionBindingsConstRef B,
553 Optional<SVal> getDefaultBinding(Store S, const MemRegion *R) override {
594 Optional<SVa
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp24 static Optional<const char *> GetBlockName(unsigned BlockID,
87 static Optional<const char *> GetCodeName(unsigned CodeID, unsigned BlockID,
460 static Expected<CurStreamTypeType> analyzeHeader(Optional<BCDumpOptions> O,
541 Optional<StringRef> BlockInfoBuffer)
547 Error BitcodeAnalyzer::analyze(Optional<BCDumpOptions> O,
548 Optional<StringRef> CheckHash) {
576 Expected<Optional<BitstreamBlockInfo>> MaybeNewBlockInfo =
580 Optional<BitstreamBlockInfo> NewBlockInfo =
614 Optional<StringRef> Filename) {
650 if (Optional<cons
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectChild.h21 #include "llvm/ADT/Optional.h"
72 llvm::Optional<LazyBool> m_can_update_with_invalid_exe_ctx;

Completed in 172 milliseconds

1234567891011>>