reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/IR/Metadata.def
   79 HANDLE_METADATA_LEAF(DistinctMDOperandPlaceholder)
include/llvm/IR/Value.h
  816 template <> struct isa_impl<Constant, Value> {
  837 template <> struct isa_impl<Argument, Value> {
  843 template <> struct isa_impl<InlineAsm, Value> {
  849 template <> struct isa_impl<Instruction, Value> {
  861 template <> struct isa_impl<Function, Value> {
  867 template <> struct isa_impl<GlobalVariable, Value> {
  873 template <> struct isa_impl<GlobalAlias, Value> {
  879 template <> struct isa_impl<GlobalIFunc, Value> {
  885 template <> struct isa_impl<GlobalIndirectSymbol, Value> {
  891 template <> struct isa_impl<GlobalValue, Value> {
  897 template <> struct isa_impl<GlobalObject, Value> {
include/llvm/Support/Casting.h
   56 struct isa_impl {
   64 struct isa_impl<
lib/AsmParser/LLParser.cpp
 4939 bool LLParser::ParseDIExpression(MDNode *&Result, bool IsDistinct) {
unittests/Support/Casting.cpp
   50 template <> struct isa_impl<foo, bar> {