Home
last modified time | relevance | path

Searched defs:ValueType (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h41 struct ValueType { struct
42 ValueType() { uval = 0; } in ValueType() argument
43 ValueType(int64_t V) : sval(V) {} in ValueType() argument
44 ValueType(uint64_t V) : uval(V) {} in ValueType() argument
45 ValueType(const char *V) : cstr(V) {} in ValueType() argument
60 ValueType Value; /// Contains all data for the form. argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringOptions.h34 using ValueType = std::optional<T>; variable
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h48 typedef uint32_t ValueType; typedef
H A DFlags.h25 typedef uint32_t ValueType; typedef
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h143 MVT ValueType; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVStringPool.h31 using ValueType = TableType::value_type; variable
/freebsd-src/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst491 .. _ValueType: target
493 ValueType section in Enumerators
530 .. _InputReaderGranularity:
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h201 using ValueType = ValueT; variable
256 using ValueType = ValueT; variable
H A DStringMapEntry.h106 using ValueType = ValueTy; variable
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h41 enum class ValueType { enum
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp39 void hashType(Type *ValueType) { in hashType()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h33 } ValueType; typedef
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h331 enum ValueType { enum
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h152 struct ValueType { struct
173 ValueType(BaseType B, SizeType Sz, bool S, unsigned char VS) in ValueType() argument
189 inline ValueType::SizeType ValueType::getSizeType(unsigned nbytes) { in getSizeType() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h81 std::optional<ValueTypeCallbackTy> ValueType; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp56 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; typedef
[all...]
H A DMipsDelaySlotFiller.cpp188 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; typedef in __anon164cd6680111::MemDefsUses
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h108 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h409 using ValueType = llvm::PointerUnion<T, LazyData*>; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h94 enum class ValueType : uint8_t { global() enum
179 constexpr char ValueType[] = "ValueType"; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h156 enum ValueType { enum
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h200 enum ValueType { enum
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h92 Type *ValueType; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h343 QualType ValueType, in DeducedTemplateArgument() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp636 Type *ValueType = nullptr; global() member
692 createMaskInstrs(IRBuilderBase & Builder,Instruction * I,Type * ValueType,Value * Addr,Align AddrAlign,unsigned MinWordSize) createMaskInstrs() argument
[all...]

12