search for: getmetadataimpl

Displaying 2 results from an estimated 2 matches for "getmetadataimpl".

2010 Apr 24
2
[LLVMdev] Proposal for Adding MetaData to a BasicBlock
...char *Kind) const; void getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode*> > &MDs)const; void setMetadata(unsigned KindID, MDNode *Node); void setMetadata(const char *Kind, MDNode *Node); private: // These are all implemented in Metadata.cpp. MDNode *getMetadataImpl(unsigned KindID) const; MDNode *getMetadataImpl(const char *Kind) const; void getAllMetadataImpl(SmallVectorImpl<std::pair<unsigned,MDNode*> > &)const; void removeAllMetadata(); I noticed that BasicBlock seems to be referenced by almost every class in LLVM, so I wanted...
2013 Sep 22
0
[LLVMdev] An error when insert a function call in the IR
...:DebugLoc::getScopeAndInlinedAt(llvm::MDNode*&, llvm::MDNode*&, llvm::LLVMContext const&) const + 147 8 opt 0x0000000000b99166 llvm::DebugLoc::getAsMDNode(llvm::LLVMContext const&) const + 70 9 opt 0x0000000000c373ec llvm::Instruction::getMetadataImpl(unsigned int) const + 52 10 opt 0x0000000000c36f93 llvm::Instruction::getMetadataImpl(llvm::StringRef) const + 73 11 libLDDProfileInstrument.so 0x00007f4fe146a14d 12 libLDDProfileInstrument.so 0x00007f4fe14661aa 13 libLDDProfileInstrument.so 0x00007f4fe1465231 14 libLDDProfil...