Searched refs:getAllMetadata (Results 1 – 19 of 19) sorted by relevance
28 MDUser.getAllMetadata(MDs); in getChunkMetadataNodes()41 MDUser.getAllMetadata(MDs); in eraseMetadataIfOutsideChunk()97 MDUser.getAllMetadata(MDs); in addMetadataToSet()
130 using Value::getAllMetadata;
293 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {302 Value::getAllMetadata(MDs);
594 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
72 GV->getAllMetadata(MDs); in hasMetadataOtherThanDebugLoc()
241 Fn.getAllMetadata(MDs); in DeleteDeadVarargs()1077 F->getAllMetadata(MDs); in RemoveDeadStuffFromFunction()
1507 F.getAllMetadata(MDs); in createShallowWrapper()1570 F.getAllMetadata(MDs); in internalizeFunction()
122 G.getAllMetadata(MDs); in CloneModule()
923 I->getAllMetadata(MDs); in remapInstruction()973 GO.getAllMetadata(MDs); in remapGlobalObjectMetadata()
231 OldFunc->getAllMetadata(MDs); in CloneFunctionInto()
2569 Source.getAllMetadata(MD); in copyMetadataForLoad()
1217 void Value::getAllMetadata( in getAllMetadata() function in Value1387 Value::getAllMetadata(Result); in getAllMetadataImpl()1453 Other->getAllMetadata(MDs); in copyMetadata()
1107 GO.getAllMetadata(MDs); in processGlobalObjectMetadata()1132 I.getAllMetadata(MDs); in processInstructionMetadata()3601 GV->getAllMetadata(MDs); in printGlobal()3718 F->getAllMetadata(MDs); in printFunction()3819 F->getAllMetadata(MDs); in printFunction()4375 I.getAllMetadata(InstMD); in printInstruction()
964 unwrap<Instruction>(Value)->getAllMetadata(Entries); in LLVMInstructionGetAllMetadataOtherThanDebugLoc()2089 Instr->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()2091 unwrap<GlobalObject>(Value)->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
2523 F.getAllMetadata(MDs); in visitFunction()4562 I.getAllMetadata(MDs); in visitInstruction()
422 GV.getAllMetadata(MDs); in ValueEnumerator()437 F.getAllMetadata(MDs); in ValueEnumerator()
2283 GO.getAllMetadata(MDs); in pushGlobalMetadataAttachment()
490 SI.getAllMetadata(MD); in combineStoreToNewValue()
1426 See the [llvm::Instruction::getAllMetadata()] and1427 [llvm::GlobalObject::getAllMetadata()] methods. *)