Searched refs:getDistinct (Results 1 – 10 of 10) sorted by relevance
/external/llvm/unittests/Transforms/Utils/ |
D | ValueMapperTest.cpp | 118 auto *D = MDTuple::getDistinct(Context, None); in TEST() 134 Metadata *Old = MDTuple::getDistinct(Context, None); in TEST() 135 auto *D = MDTuple::getDistinct(Context, Old); in TEST() 138 Metadata *New = MDTuple::getDistinct(Context, None); in TEST() 149 auto *D = MDTuple::getDistinct(Context, None); in TEST() 162 auto *D = 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, 0, getNode(nullptr)); in getSubroutineType() 86 return DISubprogram::getDistinct(Context, nullptr, "", "", nullptr, 0, in getSubprogram() 91 return DIFile::getDistinct(Context, "file.c", "/path/to/dir"); in getFile() 94 return DICompileUnit::getDistinct(Context, 1, getFile(), "clang", false, in getUnit() 103 return DIDerivedType::getDistinct(Context, dwarf::DW_TAG_pointer_type, "", in getDerivedType() 114 return DICompositeType::getDistinct( in getCompositeType() 355 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F() 356 auto *N1 = MDNode::getDistinct(Context, None); in TEST_F() 381 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F() [all …]
|
/external/llvm/include/llvm/IR/ |
D | Metadata.h | 853 static inline MDTuple *getDistinct(LLVMContext &Context, 1084 static MDTuple *getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) { 1112 MDTuple *MDNode::getDistinct(LLVMContext &Context, ArrayRef<Metadata *> MDs) { 1113 return MDTuple::getDistinct(Context, MDs);
|
D | DebugInfoMetadata.h | 24 static CLASS *getDistinct(LLVMContext &Context, \
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 123 CUNode = DICompileUnit::getDistinct( in createCompileUnit() 542 auto *N = DIGlobalVariable::getDistinct( in createGlobalVariable() 624 return DISubprogram::getDistinct(std::forward<Ts>(Args)...); in getSubprogram() 706 return DILexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope), in createLexicalBlock()
|
D | DebugInfoMetadata.cpp | 289 return CT = DICompositeType::getDistinct( in buildODRType() 323 CT = DICompositeType::getDistinct( in getODRType()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1288 Last = IANodes[MD] = DILocation::getDistinct( in updateInlinedAtInfo() 1310 InlinedAtNode = DILocation::getDistinct( in fixupLineNumbers()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2150 (IsDistinct ? CLASS::getDistinct ARGS : CLASS::get ARGS) in parseMetadata() 2279 MetadataList.assignValue(IsDistinct ? MDNode::getDistinct(Context, Elts) in parseMetadata() 2460 auto *CU = DICompileUnit::getDistinct( in parseMetadata()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3309 MD = (IsDistinct ? MDTuple::getDistinct : MDTuple::get)(Context, Elts); in ParseMDTuple() 3778 (IsDistinct ? CLASS::getDistinct ARGS : CLASS::get ARGS) 3976 Result = DICompileUnit::getDistinct( in ParseDICompileUnit()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 4240 InternalId = llvm::MDNode::getDistinct(getLLVMContext(), in CreateMetadataIdentifierForType()
|