Searched refs:getDistinct (Results 1 – 9 of 9) sorted by relevance
/external/llvm/unittests/Transforms/Utils/ |
D | ValueMapperTest.cpp | 29 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/ |
D | MetadataTest.cpp | 81 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/ |
D | Metadata.h | 787 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);
|
D | DebugInfoMetadata.h | 24 static CLASS *getDistinct(LLVMContext &Context, \
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 148 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/ |
D | InlineFunction.cpp | 959 Last = IANodes[MD] = DILocation::getDistinct( in updateInlinedAtInfo() 981 InlinedAtNode = DILocation::getDistinct( in fixupLineNumbers()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1905 (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/ |
D | LLParser.cpp | 3145 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/ |
D | CodeGenModule.cpp | 3925 InternalId = llvm::MDNode::getDistinct(getLLVMContext(), in CreateMetadataIdentifierForType()
|