Searched refs:createFriend (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DDIBuilder.h141 /// createFriend - Create debugging information entry for a 'friend'.
142 DIType createFriend(DIType Ty, DIType FriendTy);
/external/llvm/include/llvm/IR/
H A DDIBuilder.h169 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);
/external/llvm/lib/IR/
H A DDIBuilder.cpp245 DIDerivedType *DIBuilder::createFriend(DIType *Ty, DIType *FriendTy) { function in class:DIBuilder
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DDIBuilder.cpp269 /// createFriend - Create debugging information entry for a 'friend'.
270 DIType DIBuilder::createFriend(DIType Ty, DIType FriendTy) { function in class:DIBuilder

Completed in 502 milliseconds