Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DMetadataTest.cpp79 MDTuple *getTuple() { return MDTuple::getDistinct(Context, None); } in getTuple()
81 return MDSubroutineType::getDistinct(Context, 0, getNode(nullptr)); in getSubroutineType()
84 return MDSubprogram::getDistinct(Context, nullptr, "", "", nullptr, 0, in getSubprogram()
90 return MDFile::getDistinct(Context, "file.c", "/path/to/dir"); in getFile()
97 return MDDerivedType::getDistinct(Context, dwarf::DW_TAG_pointer_type, "", in getDerivedType()
109 return MDCompositeType::getDistinct( in getCompositeType()
351 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F()
352 auto *N1 = MDNode::getDistinct(Context, None); in TEST_F()
373 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F()
374 auto *N1 = MDNode::getDistinct(Context, None); in TEST_F()
[all …]
/external/llvm/include/llvm/IR/
DMetadata.h773 static inline MDTuple *getDistinct(LLVMContext &Context,
996 static MDTuple *getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) {
1024 MDTuple *MDNode::getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) {
1025 return MDTuple::getDistinct(Context, MDs);
DDebugInfoMetadata.h32 static CLASS *getDistinct(LLVMContext &Context, \
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp858 Last = IANodes[MD] = MDLocation::getDistinct( in updateInlinedAtInfo()
880 InlinedAtNode = MDLocation::getDistinct( in fixupLineNumbers()
/external/llvm/lib/IR/
DDIBuilder.cpp718 return MDLexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope), in createLexicalBlock()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1574 (DISTINCT ? CLASS::getDistinct ARGS : CLASS::get ARGS) in ParseMetadata()
1694 MDValueList.AssignValue(IsDistinct ? MDNode::getDistinct(Context, Elts) in ParseMetadata()
/external/llvm/lib/AsmParser/
DLLParser.cpp2968 MD = (IsDistinct ? MDTuple::getDistinct : MDTuple::get)(Context, Elts); in ParseMDTuple()
3370 (IsDistinct ? CLASS::getDistinct ARGS : CLASS::get ARGS)