HomeSort by relevance Sort by last modified time
    Searched refs:GetOrCreateValue (Results 1 - 25 of 26) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/VMCore/
ValueSymbolTable.cpp 58 ValueName &NewName = vmap.GetOrCreateValue(UniqueName);
80 ValueName &Entry = vmap.GetOrCreateValue(Name);
97 ValueName &NewName = vmap.GetOrCreateValue(UniqueName);
LLVMContext.cpp 136 pImpl->CustomMDKindNames.GetOrCreateValue(
DebugInfoProbe.cpp 207 Probes.GetOrCreateValue(P->getPassName());
221 Probes.GetOrCreateValue(P->getPassName());
Metadata.cpp 38 pImpl->MDStringCache.GetOrCreateValue(Str);
Type.cpp 430 &getContext().pImpl->NamedStructTypes.GetOrCreateValue(Name);
444 NamedStructTypes.GetOrCreateValue(TmpStream.str());
  /external/swiftshader/third_party/LLVM/lib/MC/
MCContext.cpp 70 StringMapEntry<MCSymbol*> &Entry = Symbols.GetOrCreateValue(Name);
87 StringMapEntry<bool> *NameEntry = &UsedNames.GetOrCreateValue(Name);
94 NameEntry = &UsedNames.GetOrCreateValue(NewName);
198 StringMapEntry<const MCSectionELF*> &Entry = Map.GetOrCreateValue(Section);
232 StringMapEntry<const MCSectionCOFF*> &Entry = Map.GetOrCreateValue(Section);
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.cpp 215 _undefines.GetOrCreateValue(superclassName);
227 _defines.GetOrCreateValue(className);
250 _undefines.GetOrCreateValue(targetclassName);
271 _undefines.GetOrCreateValue(targetclassName);
382 StringSet::value_type &entry = _defines.GetOrCreateValue(Buffer);
394 StringSet::value_type &entry = _defines.GetOrCreateValue(name);
412 _undefines.GetOrCreateValue(name);
443 _undefines.GetOrCreateValue(name);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringMap.h 311 return GetOrCreateValue(Key).getValue();
354 /// GetOrCreateValue - Look up the specified key in the table. If a value
358 MapEntryTy &GetOrCreateValue(StringRef Key, InitTy Val) {
380 MapEntryTy &GetOrCreateValue(StringRef Key) {
381 return GetOrCreateValue(Key, ValueTy());
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
GCMetadata.cpp 92 StrategyMap.GetOrCreateValue(Name).setValue(S);
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h     [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXAsmPrinter.cpp 530 StringMapEntry<unsigned> &Entry = SourceIdMap.GetOrCreateValue(FileName);
  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp 128 if (OptionsMap.GetOrCreateValue(OptionNames[i], O).second != O) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 453 StringMapEntry<unsigned> &Entry = SourceIdMap.GetOrCreateValue(FileName);
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]

Completed in 978 milliseconds

1 2