HomeSort by relevance Sort by last modified time
    Searched refs:getFieldAs (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
DebugInfo.h 63 // function: getFieldAs<DIRef>.
97 template <typename DescTy> DescTy getFieldAs(unsigned Elt) const {
232 friend DescTy DIDescriptor::getFieldAs(unsigned Elt) const;
276 /// Specialize getFieldAs to handle fields that are references to DIScopes.
277 template <> DIScopeRef DIDescriptor::getFieldAs<DIScopeRef>(unsigned Elt) const;
281 /// Specialize getFieldAs to handle fields that are references to DITypes.
282 template <> DITypeRef DIDescriptor::getFieldAs<DITypeRef>(unsigned Elt) const;
305 DIScopeRef getContext() const { return getFieldAs<DIScopeRef>(2); }
367 DITypeRef getTypeDerivedFrom() const { return getFieldAs<DITypeRef>(9); }
375 return getFieldAs<DITypeRef>(10)
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp     [all...]

Completed in 204 milliseconds