Home
last modified time | relevance | path

Searched refs:GET_OR_DISTINCT (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2149 #define GET_OR_DISTINCT(CLASS, ARGS) \ in parseMetadata() macro
2294 GET_OR_DISTINCT(DILocation, in parseMetadata()
2315 GET_OR_DISTINCT(GenericDINode, (Context, Tag, Header, DwarfOps)), in parseMetadata()
2325 GET_OR_DISTINCT(DISubrange, in parseMetadata()
2336 GET_OR_DISTINCT(DIEnumerator, (Context, unrotateSign(Record[1]), in parseMetadata()
2347 GET_OR_DISTINCT(DIBasicType, in parseMetadata()
2359 GET_OR_DISTINCT( in parseMetadata()
2400 CT = GET_OR_DISTINCT(DICompositeType, in parseMetadata()
2423 GET_OR_DISTINCT(DISubroutineType, (Context, Record[1], CC, Types)), in parseMetadata()
2434 GET_OR_DISTINCT(DIModule, in parseMetadata()
[all …]
/external/llvm/lib/AsmParser/
DLLParser.cpp3777 #define GET_OR_DISTINCT(CLASS, ARGS) \ macro
3791 Result = GET_OR_DISTINCT( in ParseDILocation()
3806 Result = GET_OR_DISTINCT(GenericDINode, in ParseGenericDINode()
3820 Result = GET_OR_DISTINCT(DISubrange, (Context, count.Val, lowerBound.Val)); in ParseDISubrange()
3833 Result = GET_OR_DISTINCT(DIEnumerator, (Context, value.Val, name.Val)); in ParseDIEnumerator()
3849 Result = GET_OR_DISTINCT(DIBasicType, (Context, tag.Val, name.Val, size.Val, in ParseDIBasicType()
3874 Result = GET_OR_DISTINCT(DIDerivedType, in ParseDIDerivedType()
3914 Result = GET_OR_DISTINCT( in ParseDICompositeType()
3930 Result = GET_OR_DISTINCT(DISubroutineType, in ParseDISubroutineType()
3944 Result = GET_OR_DISTINCT(DIFile, (Context, filename.Val, directory.Val)); in ParseDIFile()
[all …]