Searched defs:MDs (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp71 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; local
81 SmallVector<DIGlobalVariableExpression *, 1> MDs; local
H A DThinLTOBitcodeWriter.cpp122 SmallVector<MDNode *, 1> MDs; local
H A DDeadArgumentElimination.cpp240 SmallVector<std::pair<unsigned, MDNode *>, 1> MDs; local
1073 SmallVector<std::pair<unsigned, MDNode *>, 1> MDs; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h67 std::vector<const Metadata *> MDs; member in class:llvm::ValueEnumerator
H A DValueEnumerator.cpp397 SmallVector<std::pair<unsigned, MDNode *>, 8> MDs; local
[all...]
H A DBitcodeWriter.cpp2188 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; local
2209 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; local
2045 writeMetadataRecords( ArrayRef<const Metadata *> MDs, SmallVectorImpl<uint64_t> &Record, std::vector<unsigned> *MDAbbrevs, std::vector<uint64_t> *IndexPos) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp140 SmallVector<std::pair<unsigned, MDNode *>, 1> MDs; local
H A DValueMapper.cpp878 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; local
928 SmallVector<std::pair<unsigned, MDNode *>, 8> MDs; local
H A DLoopUtils.cpp218 Metadata *MDs[] = { local
332 SmallVector<Metadata *, 8> MDs; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp503 std::vector<std::pair<unsigned, MDNode *>> MDs; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp427 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp29 DILocation(LLVMContext &C, StorageType Storage, unsigned Line, unsigned Column, ArrayRef<Metadata *> MDs, bool ImplicitCode) argument
H A DDebugInfo.cpp273 SmallVector<Metadata *, 4> MDs = {nullptr}; local
H A DAsmWriter.cpp1087 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; local
1112 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; local
3441 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; local
3558 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; local
3659 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; local
4221 printMetadataAttachments( const SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs, StringRef Separator) argument
[all...]
H A DVerifier.cpp691 SmallVector<MDNode *, 1> MDs; local
2334 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; local
1937 verifyFunctionMetadata( ArrayRef<std::pair<unsigned, MDNode *>> MDs) argument
4378 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1360 SmallVector<Metadata *, 8> MDs; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h145 inline Metadata **unwrap(LLVMMetadataRef *MDs) { argument
1139 static MDTuple *get(LLVMContext &Context, ArrayRef<Metadata *> MDs) { argument
1143 static MDTuple *getIfExists(LLVMContext &Context, ArrayRef<Metadata *> MDs) { argument
1150 getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) argument
1159 getTemporary(LLVMContext &Context, ArrayRef<Metadata *> MDs) argument
1172 get(LLVMContext &Context, ArrayRef<Metadata *> MDs) argument
1176 getIfExists(LLVMContext &Context, ArrayRef<Metadata *> MDs) argument
1180 getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) argument
1184 getTemporary(LLVMContext &Context, ArrayRef<Metadata *> MDs) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp514 SmallVector<MDNode *, 1> MDs; local

Completed in 866 milliseconds