HomeSort by relevance Sort by last modified time
    Searched refs:DISubrange (Results 1 - 25 of 36) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIBuilder.h 39 class DISubrange;
329 DISubrange getOrCreateSubrange(int64_t Lo, int64_t Hi);
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/lib/IR/
DebugInfoMetadata.cpp 215 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo,
217 DEFINE_GETIMPL_LOOKUP(DISubrange, (Count, Lo));
218 DEFINE_GETIMPL_STORE_NO_OPS(DISubrange, (Count, Lo));
LLVMContextImpl.h 288 template <> struct MDNodeKeyImpl<DISubrange> {
294 MDNodeKeyImpl(const DISubrange *N)
297 bool isKeyOf(const DISubrange *RHS) const {
    [all...]
DIBuilder.cpp 523 DISubrange *DIBuilder::getOrCreateSubrange(int64_t Lo, int64_t Count) {
524 return DISubrange::get(VMContext, Count, Lo);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 270 /// constructSubrangeDIE - Construct subrange DIE from DISubrange.
271 void constructSubrangeDIE(DIE &Buffer, DISubrange SR, DIE *IndexTy);
  /external/llvm/bindings/go/llvm/
dibuilder.go 432 // DISubrange describes an integer value range.
433 type DISubrange struct {
443 Subscripts []DISubrange
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 338 void constructSubrangeDIE(DIE &Buffer, const DISubrange *SR, DIE *IndexTy);
  /external/llvm/include/llvm/IR/
DIBuilder.h 443 DISubrange *getOrCreateSubrange(int64_t Lo, int64_t Count);
    [all...]
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/
DIBuilder.h 484 DISubrange *getOrCreateSubrange(int64_t Lo, int64_t Count);
    [all...]
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/
DIBuilder.h 484 DISubrange *getOrCreateSubrange(int64_t Lo, int64_t Count);
    [all...]
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/
DIBuilder.h 484 DISubrange *getOrCreateSubrange(int64_t Lo, int64_t Count);
    [all...]
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/
DIBuilder.h 484 DISubrange *getOrCreateSubrange(int64_t Lo, int64_t Count);
    [all...]
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/
DIBuilder.h 484 DISubrange *getOrCreateSubrange(int64_t Lo, int64_t Count);
    [all...]
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/
DIBuilder.h 484 DISubrange *getOrCreateSubrange(int64_t Lo, int64_t Count);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 484 DISubrange *getOrCreateSubrange(int64_t Lo, int64_t Count);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 484 DISubrange *getOrCreateSubrange(int64_t Lo, int64_t Count);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DIBuilder.cpp 642 DISubrange DIBuilder::getOrCreateSubrange(int64_t Lo, int64_t Hi) {
649 return DISubrange(MDNode::get(VMContext, Elts));
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 874 auto *N = DISubrange::get(Context, 5, 7);
878 EXPECT_EQ(N, DISubrange::get(Context, 5, 7));
879 EXPECT_EQ(DISubrange::get(Context, 5, 0), DISubrange::get(Context, 5));
886 auto *N = DISubrange::get(Context, -1, 0);
890 EXPECT_EQ(N, DISubrange::get(Context, -1, 0));
    [all...]

Completed in 175 milliseconds

1 2