Home
last modified time | relevance | path

Searched refs:getDistinct (Results 1 – 9 of 9) sorted by relevance

/external/llvm/unittests/Transforms/Utils/
DValueMapperTest.cpp29 auto *D = MDTuple::getDistinct(Context, None); in TEST()
45 Metadata *Old = MDTuple::getDistinct(Context, None); in TEST()
46 auto *D = MDTuple::getDistinct(Context, Old); in TEST()
49 Metadata *New = MDTuple::getDistinct(Context, None); in TEST()
/external/llvm/unittests/IR/
DMetadataTest.cpp81 MDTuple *getTuple() { return MDTuple::getDistinct(Context, None); } in getTuple()
83 return DISubroutineType::getDistinct(Context, 0, getNode(nullptr)); in getSubroutineType()
86 return DISubprogram::getDistinct(Context, nullptr, "", "", nullptr, 0, in getSubprogram()
92 return DIFile::getDistinct(Context, "file.c", "/path/to/dir"); in getFile()
99 return DIDerivedType::getDistinct(Context, dwarf::DW_TAG_pointer_type, "", in getDerivedType()
111 return DICompositeType::getDistinct( in getCompositeType()
353 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F()
354 auto *N1 = MDNode::getDistinct(Context, None); in TEST_F()
379 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F()
380 auto *N1 = MDNode::getDistinct(Context, None); in TEST_F()
[all …]
/external/llvm/include/llvm/IR/
DMetadata.h787 static inline MDTuple *getDistinct(LLVMContext &Context,
1014 static MDTuple *getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) {
1042 MDTuple *MDNode::getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) {
1043 return MDTuple::getDistinct(Context, MDs);
DDebugInfoMetadata.h24 static CLASS *getDistinct(LLVMContext &Context, \
/external/llvm/lib/IR/
DDIBuilder.cpp148 CUNode = DICompileUnit::getDistinct( in createCompileUnit()
680 return DISubprogram::getDistinct(std::forward<Ts>(Args)...); in getSubprogram()
761 return DILexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope), in createLexicalBlock()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp959 Last = IANodes[MD] = DILocation::getDistinct( in updateInlinedAtInfo()
981 InlinedAtNode = DILocation::getDistinct( in fixupLineNumbers()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1905 (DISTINCT ? CLASS::getDistinct ARGS : CLASS::get ARGS) in parseMetadata()
2028 MDValueList.assignValue(IsDistinct ? MDNode::getDistinct(Context, Elts) in parseMetadata()
2170 DICompileUnit::getDistinct( in parseMetadata()
/external/llvm/lib/AsmParser/
DLLParser.cpp3145 MD = (IsDistinct ? MDTuple::getDistinct : MDTuple::get)(Context, Elts); in ParseMDTuple()
3572 (IsDistinct ? CLASS::getDistinct ARGS : CLASS::get ARGS)
3756 Result = DICompileUnit::getDistinct( in ParseDICompileUnit()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp3925 InternalId = llvm::MDNode::getDistinct(getLLVMContext(), in CreateMetadataIdentifierForType()