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

  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 84 typedef TypedDINodeRef<DIType> DITypeRef;
102 DITypeRef operator[](unsigned I) const { return DITypeRef(N->getOperand(I)); }
104 class iterator : std::iterator<std::input_iterator_tag, DITypeRef,
105 std::ptrdiff_t, void, DITypeRef> {
111 DITypeRef operator*() const { return DITypeRef(*I); }
678 DIScopeRef Scope, DITypeRef BaseType,
713 DIScopeRef Scope, DITypeRef BaseType, uint64_t SizeInBits,
722 DITypeRef getBaseType() const { return DITypeRef(getRawBaseType());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 97 typedef TypedDINodeRef<DIType> DITypeRef;
115 DITypeRef operator[](unsigned I) const { return DITypeRef(N->getOperand(I)); }
117 class iterator : std::iterator<std::input_iterator_tag, DITypeRef,
118 std::ptrdiff_t, void, DITypeRef> {
125 DITypeRef operator*() const { return DITypeRef(*I); }
727 DIScopeRef Scope, DITypeRef BaseType,
766 DIScopeRef Scope, DITypeRef BaseType, uint64_t SizeInBits,
777 DITypeRef getBaseType() const { return DITypeRef(getRawBaseType());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 97 typedef TypedDINodeRef<DIType> DITypeRef;
115 DITypeRef operator[](unsigned I) const { return DITypeRef(N->getOperand(I)); }
117 class iterator : std::iterator<std::input_iterator_tag, DITypeRef,
118 std::ptrdiff_t, void, DITypeRef> {
125 DITypeRef operator*() const { return DITypeRef(*I); }
727 DIScopeRef Scope, DITypeRef BaseType,
766 DIScopeRef Scope, DITypeRef BaseType, uint64_t SizeInBits,
777 DITypeRef getBaseType() const { return DITypeRef(getRawBaseType());
    [all...]

Completed in 54 milliseconds