HomeSort by relevance Sort by last modified time
    Searched refs:CustomMDKindNames (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContext.cpp 136 pImpl->CustomMDKindNames.GetOrCreateValue(
137 Name, pImpl->CustomMDKindNames.size()).second;
143 Names.resize(pImpl->CustomMDKindNames.size());
144 for (StringMap<unsigned>::const_iterator I = pImpl->CustomMDKindNames.begin(),
145 E = pImpl->CustomMDKindNames.end(); I != E; ++I)
LLVMContextImpl.h 201 /// CustomMDKindNames - Map to hold the metadata string to ID mapping.
202 StringMap<unsigned> CustomMDKindNames;
  /external/llvm/lib/IR/
LLVMContext.cpp 284 return pImpl->CustomMDKindNames.insert(
286 Name, pImpl->CustomMDKindNames.size()))
293 Names.resize(pImpl->CustomMDKindNames.size());
294 for (StringMap<unsigned>::const_iterator I = pImpl->CustomMDKindNames.begin(),
295 E = pImpl->CustomMDKindNames.end(); I != E; ++I)
LLVMContextImpl.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
LLVMContext.cpp 267 return pImpl->CustomMDKindNames.insert(
269 Name, pImpl->CustomMDKindNames.size()))
276 Names.resize(pImpl->CustomMDKindNames.size());
277 for (StringMap<unsigned>::const_iterator I = pImpl->CustomMDKindNames.begin(),
278 E = pImpl->CustomMDKindNames.end(); I != E; ++I)
LLVMContextImpl.h     [all...]

Completed in 69 milliseconds