Home
last modified time | relevance | path

Searched refs:EmptyMap (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp917 DITypeIdentifierMap EmptyMap; in getDICompositeType() local
919 DIDerivedType(T).getTypeDerivedFrom().resolve(EmptyMap)); in getDICompositeType()
H A DDIBuilder.cpp967 DITypeIdentifierMap EmptyMap; in createFunction() local
968 return createFunction(Context.resolve(EmptyMap), Name, LinkageName, File, in createFunction()
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DIntervalMapTest.cpp20 TEST(IntervalMapTest, EmptyMap) { in TEST() argument