Home
last modified time | relevance | path

Searched defs:IsDistinct (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/AsmParser/
DLLParser.cpp626 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in ParseStandaloneMetadata() local
3140 bool LLParser::ParseMDTuple(MDNode *&MD, bool IsDistinct) { in ParseMDTuple()
3541 bool LLParser::ParseSpecializedMDNode(MDNode *&N, bool IsDistinct) { in ParseSpecializedMDNode()
3576 bool LLParser::ParseDILocation(MDNode *&Result, bool IsDistinct) { in ParseDILocation()
3592 bool LLParser::ParseGenericDINode(MDNode *&Result, bool IsDistinct) { in ParseGenericDINode()
3607 bool LLParser::ParseDISubrange(MDNode *&Result, bool IsDistinct) { in ParseDISubrange()
3620 bool LLParser::ParseDIEnumerator(MDNode *&Result, bool IsDistinct) { in ParseDIEnumerator()
3633 bool LLParser::ParseDIBasicType(MDNode *&Result, bool IsDistinct) { in ParseDIBasicType()
3652 bool LLParser::ParseDIDerivedType(MDNode *&Result, bool IsDistinct) { in ParseDIDerivedType()
3675 bool LLParser::ParseDICompositeType(MDNode *&Result, bool IsDistinct) { in ParseDICompositeType()
[all …]
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp242 const bool IsDistinct = Node.isDistinct(); in remapOperands() local
/external/llvm/lib/IR/
DDIBuilder.cpp678 static DISubprogram *getSubprogram(bool IsDistinct, Ts &&... Args) { in getSubprogram()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1929 bool IsDistinct = false; in parseMetadata() local