Home
last modified time | relevance | path

Searched refs:getAllMetadata (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DGlobalObject.h151 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
H A DInstruction.h237 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp72 GV->getAllMetadata(MDs); in hasMetadataOtherThanDebugLoc()
H A DDeadArgumentElimination.cpp244 Fn.getAllMetadata(MDs); in DeleteDeadVarargs()
1075 F->getAllMetadata(MDs); in RemoveDeadStuffFromFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp134 I->getAllMetadata(MDs); in CloneModule()
H A DValueMapper.cpp897 I->getAllMetadata(MDs); in remapInstruction()
932 GO.getAllMetadata(MDs); in remapGlobalObjectMetadata()
H A DCloneFunction.cpp145 OldFunc->getAllMetadata(MDs); in CloneFunctionInto()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp383 GV.getAllMetadata(MDs); in ValueEnumerator()
398 F.getAllMetadata(MDs); in ValueEnumerator()
H A DBitcodeWriter.cpp2100 GO.getAllMetadata(MDs); in pushGlobalMetadataAttachment()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp1046 GO.getAllMetadata(MDs); in processGlobalObjectMetadata()
1071 I.getAllMetadata(MDs); in processInstructionMetadata()
3237 GV->getAllMetadata(MDs); in printGlobal()
3351 F->getAllMetadata(MDs); in printFunction()
3445 F->getAllMetadata(MDs); in printFunction()
3947 I.getAllMetadata(InstMD); in printInstruction()
H A DMetadata.cpp1417 void GlobalObject::getAllMetadata( in getAllMetadata() function in GlobalObject
1456 Other->getAllMetadata(MDs); in copyMetadata()
H A DDebugInfo.cpp653 I.getAllMetadata(MDs); in stripNonLineTableDebugInfo()
H A DCore.cpp911 unwrap<Instruction>(Value)->getAllMetadata(Entries); in LLVMInstructionGetAllMetadataOtherThanDebugLoc()
2003 Instr->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
2005 unwrap<GlobalObject>(Value)->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
H A DVerifier.cpp2204 F.getAllMetadata(MDs); in visitFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp460 LI.getAllMetadata(MD); in combineLoadToNewType()
526 SI.getAllMetadata(MD); in combineStoreToNewValue()