OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAllMetadata
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/IR/
Instruction.h
152
///
getAllMetadata
- Get all metadata attached to this Instruction. The first
155
void
getAllMetadata
(SmallVectorImpl<std::pair<unsigned, MDNode*> > &MDs)const{
161
///
getAllMetadata
, except that it filters out the debug location.
/external/llvm/lib/Transforms/Utils/
ValueMapper.cpp
212
I->
getAllMetadata
(MDs);
/external/llvm/lib/IR/
AsmWriter.cpp
543
I->
getAllMetadata
(MDForInst);
[
all
...]
Completed in 38 milliseconds