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

Definitions

include/llvm/IR/Metadata.def
   75 HANDLE_METADATA_LEAF(MDString)
   77 HANDLE_METADATA_LEAF(ConstantAsMetadata)
   81 HANDLE_MDNODE_LEAF_UNIQUABLE(MDTuple)
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> {
  855 template <> struct isa_impl<BasicBlock, Value> {
  861 template <> struct isa_impl<Function, Value> {
  867 template <> struct isa_impl<GlobalVariable, Value> {
  873 template <> struct isa_impl<GlobalAlias, Value> {
  891 template <> struct isa_impl<GlobalValue, Value> {
include/llvm/Support/Casting.h
   56 struct isa_impl {
   64 struct isa_impl<
lib/AsmParser/LLParser.cpp
 4410 bool LLParser::ParseDILocation(MDNode *&Result, bool IsDistinct) {
 4509 bool LLParser::ParseDIDerivedType(MDNode *&Result, bool IsDistinct) {
 4538 bool LLParser::ParseDICompositeType(MDNode *&Result, bool IsDistinct) {
 4675 bool LLParser::ParseDISubprogram(MDNode *&Result, bool IsDistinct) {
 4772 bool LLParser::ParseDINamespace(MDNode *&Result, bool IsDistinct) {
 4820 bool LLParser::ParseDIModule(MDNode *&Result, bool IsDistinct) {
 4871 bool LLParser::ParseDIGlobalVariable(MDNode *&Result, bool IsDistinct) {
 4902 bool LLParser::ParseDILocalVariable(MDNode *&Result, bool IsDistinct) {
 4986 bool LLParser::ParseDIGlobalVariableExpression(MDNode *&Result,
 5023 bool LLParser::ParseDIImportedEntity(MDNode *&Result, bool IsDistinct) {