Searched refs:VStr (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A DStringMap.cpp173 const char *VStr = (char*)V + ItemSize; local
174 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength()));
/external/swiftshader/third_party/LLVM/lib/Support/
H A DStringMap.cpp156 const char *VStr = (char*)V + ItemSize; local
157 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength()));
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DStringMap.cpp173 const char *VStr = (char*)V + ItemSize; local
174 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength()));

Completed in 236 milliseconds