HomeSort by relevance Sort by last modified time
    Searched defs:DISubrange (Results 1 - 11 of 11) sorted by null

  /external/llvm/bindings/go/llvm/
dibuilder.go 432 // DISubrange describes an integer value range.
433 type DISubrange struct {
443 Subscripts []DISubrange
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 133 /// DISubrange - This is used to represent ranges, for array bounds.
134 class DISubrange : public DIDescriptor {
136 explicit DISubrange(const MDNode *N = 0) : DIDescriptor(N) {}
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 310 class DISubrange : public DINode {
317 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
321 ~DISubrange() = default;
323 static DISubrange *getImpl(LLVMContext &Context, int64_t Count,
332 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 329 class DISubrange : public DINode {
336 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
340 ~DISubrange() = default;
342 static DISubrange *getImpl(LLVMContext &Context, int64_t Count,
351 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 329 class DISubrange : public DINode {
336 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
340 ~DISubrange() = default;
342 static DISubrange *getImpl(LLVMContext &Context, int64_t Count,
351 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 329 class DISubrange : public DINode {
336 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
340 ~DISubrange() = default;
342 static DISubrange *getImpl(LLVMContext &Context, int64_t Count,
351 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 329 class DISubrange : public DINode {
336 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
340 ~DISubrange() = default;
342 static DISubrange *getImpl(LLVMContext &Context, int64_t Count,
351 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 329 class DISubrange : public DINode {
336 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
340 ~DISubrange() = default;
342 static DISubrange *getImpl(LLVMContext &Context, int64_t Count,
351 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 329 class DISubrange : public DINode {
336 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
340 ~DISubrange() = default;
342 static DISubrange *getImpl(LLVMContext &Context, int64_t Count,
351 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 329 class DISubrange : public DINode {
336 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
340 ~DISubrange() = default;
342 static DISubrange *getImpl(LLVMContext &Context, int64_t Count,
351 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 329 class DISubrange : public DINode {
336 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
340 ~DISubrange() = default;
342 static DISubrange *getImpl(LLVMContext &Context, int64_t Count,
351 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0),
    [all...]

Completed in 1580 milliseconds