Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUIntrinsicInfo.cpp44 unsigned AMDGPUIntrinsicInfo::lookupName(const char *NameData, in lookupName() function in AMDGPUIntrinsicInfo
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinIntrinsicInfo.cpp55 BlackfinIntrinsicInfo::lookupName(const char *Name, unsigned Len) const { in lookupName() function in BlackfinIntrinsicInfo
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeIntrinsicInfo.cpp59 lookupName(const char *Name, unsigned Len) const { in lookupName() function in MBlazeIntrinsicInfo
/external/javassist/src/main/javassist/tools/rmi/
DAppletServer.java221 private void lookupName(String cmd, InputStream ins, OutputStream outs) in lookupName() method in AppletServer