Searched defs:IsDistinct (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 660 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in ParseStandaloneMetadata() local 3304 bool LLParser::ParseMDTuple(MDNode *&MD, bool IsDistinct) { in ParseMDTuple() 3747 bool LLParser::ParseSpecializedMDNode(MDNode *&N, bool IsDistinct) { in ParseSpecializedMDNode() 3782 bool LLParser::ParseDILocation(MDNode *&Result, bool IsDistinct) { in ParseDILocation() 3798 bool LLParser::ParseGenericDINode(MDNode *&Result, bool IsDistinct) { in ParseGenericDINode() 3813 bool LLParser::ParseDISubrange(MDNode *&Result, bool IsDistinct) { in ParseDISubrange() 3826 bool LLParser::ParseDIEnumerator(MDNode *&Result, bool IsDistinct) { in ParseDIEnumerator() 3839 bool LLParser::ParseDIBasicType(MDNode *&Result, bool IsDistinct) { in ParseDIBasicType() 3858 bool LLParser::ParseDIDerivedType(MDNode *&Result, bool IsDistinct) { in ParseDIDerivedType() 3881 bool LLParser::ParseDICompositeType(MDNode *&Result, bool IsDistinct) { in ParseDICompositeType() [all …]
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 622 static DISubprogram *getSubprogram(bool IsDistinct, Ts &&... Args) { in getSubprogram()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2120 bool IsDistinct; in parseMetadata() local
|