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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetIntrinsicInfo.cpp28 return lookupName(ValName->getKeyData(), ValName->getKeyLength());
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetIntrinsicInfo.h47 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
49 unsigned lookupName(StringRef Name) const { function in class:llvm::TargetIntrinsicInfo
50 return lookupName(Name.data(), Name.size());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2399 ID = static_cast<Intrinsic::ID>(TII->lookupName(Name));
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c106460 static int lookupName( function
[all...]

Completed in 810 milliseconds