HomeSort by: relevance | last modified time | path
    Searched defs:getRawScope (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 707 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); }
711 Metadata *getRawScope() const { return getOperand(1); }
1586 return getTemporary(getContext(), getLine(), getColumn(), getRawScope(),
1609 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); }
1787 Metadata *getRawScope() const { return getOperand(0); }
1999 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); }
2030 Metadata *getRawScope() const { return getOperand(1); }
2069 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); }
2071 Metadata *getRawScope() const { return getOperand(1); }
2283 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); }
    [all...]

Completed in 25 milliseconds