/external/llvm-project/clang/lib/Basic/ |
D | FileManager.cpp | 216 FileEntryRef::MapValue Value = *SeenFileInsertResult.first->second; in getFileRef() 275 NamedFileEnt->second = FileEntryRef::MapValue(UFE, DirInfo); in getFileRef() 281 .insert({Status.getName(), FileEntryRef::MapValue(UFE, DirInfo)}) in getFileRef() 290 NamedFileEnt->second = FileEntryRef::MapValue(Redirection); in getFileRef() 354 FileEntryRef::MapValue Value = *NamedFileEnt.second; in getVirtualFileRef() 385 NamedFileEnt.second = FileEntryRef::MapValue(*UFE, *DirInfo); in getVirtualFileRef() 406 NamedFileEnt.second = FileEntryRef::MapValue(*UFE, *DirInfo); in getVirtualFileRef() 427 llvm::StringMap<llvm::ErrorOr<FileEntryRef::MapValue>>>(); in getBypassFile() 439 Insertion.first->second = FileEntryRef::MapValue(BFE, VF.getDir()); in getBypassFile() 563 for (llvm::StringMap<llvm::ErrorOr<FileEntryRef::MapValue>, in GetUniqueIDMapping() [all …]
|
/external/llvm-project/clang/include/clang/Basic/ |
D | FileEntry.h | 99 struct MapValue; 102 using MapEntry = llvm::StringMapEntry<llvm::ErrorOr<MapValue>>; 105 struct MapValue { struct 119 MapValue() = delete; argument 120 MapValue(FileEntry &FE, DirectoryEntryRef Dir) : V(&FE), Dir(Dir) {} in MapValue() function 121 MapValue(MapEntry &ME) : V(&ME) {} in MapValue() function
|
D | FileManager.h | 92 llvm::StringMap<llvm::ErrorOr<FileEntryRef::MapValue>, llvm::BumpPtrAllocator> 99 std::unique_ptr<llvm::StringMap<llvm::ErrorOr<FileEntryRef::MapValue>>>
|
/external/google-breakpad/src/processor/ |
D | range_map-inl.h | 95 MapValue(base - 1, Range(other_base, other_delta, other_entry))); in StoreRangeInternal() 137 MapValue(base - 1, Range(other_base, other_delta, other_entry))); in StoreRangeInternal() 154 map_.insert(MapValue(other_high, in StoreRangeInternal() 177 map_.insert(MapValue(high, Range(base, delta, entry))); in StoreRangeInternal()
|
D | address_map.h | 77 typedef typename AddressToEntryMap::value_type MapValue; typedef
|
D | address_map-inl.h | 58 map_.insert(MapValue(address, entry)); in Store()
|
D | contained_range_map.h | 116 typedef typename AddressToRangeMap::value_type MapValue; typedef
|
D | range_map.h | 159 typedef typename AddressToRangeMap::value_type MapValue; typedef
|
D | contained_range_map-inl.h | 144 map_->insert(MapValue(high, in StoreRange()
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneModule.cpp | 121 GV->setInitializer(MapValue(I->getInitializer(), VMap)); in CloneModule() 150 F->setPersonalityFn(MapValue(I.getPersonalityFn(), VMap)); in CloneModule() 161 GA->setAliasee(MapValue(C, VMap)); in CloneModule()
|
D | CloneFunction.cpp | 101 MapValue(OldFunc->getPersonalityFn(), VMap, in CloneFunctionInto() 484 Value *InVal = MapValue(PN->getIncomingValue(pred), in CloneAndPruneIntoFromInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CloneModule.cpp | 130 GV->setInitializer(MapValue(I->getInitializer(), VMap)); in CloneModule() 167 F->setPersonalityFn(MapValue(I.getPersonalityFn(), VMap)); in CloneModule() 180 GA->setAliasee(MapValue(C, VMap)); in CloneModule()
|
D | CloneFunction.cpp | 107 MapValue(OldFunc->getPersonalityFn(), VMap, in CloneFunctionInto() 536 Value *InVal = MapValue(PN->getIncomingValue(pred), in CloneAndPruneIntoFromInst()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | CloneModule.cpp | 130 GV->setInitializer(MapValue(I->getInitializer(), VMap)); in CloneModule() 167 F->setPersonalityFn(MapValue(I.getPersonalityFn(), VMap)); in CloneModule() 180 GA->setAliasee(MapValue(C, VMap)); in CloneModule()
|
D | AssumeBundleBuilder.cpp | 363 struct MapValue { in dropRedundantKnowledge() struct 370 SmallVector<MapValue, 2>, 16> in dropRedundantKnowledge() 412 for (MapValue &Elem : Lookup) { in dropRedundantKnowledge()
|
D | CloneFunction.cpp | 104 MapValue(OldFunc->getPersonalityFn(), VMap, in CloneFunctionInto() 540 Value *InVal = MapValue(PN->getIncomingValue(pred), in CloneAndPruneIntoFromInst()
|
/external/llvm-project/clang/unittests/Basic/ |
D | FileEntryTest.cpp | 19 using FileMap = StringMap<llvm::ErrorOr<FileEntryRef::MapValue>>; 45 *Files.insert({Name, FileEntryRef::MapValue(*FEs.back().get(), DR)}) in addFile() 52 {Name, FileEntryRef::MapValue( in addFileAlias()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | ValueMapper.h | 198 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM, 264 inline Constant *MapValue(const Constant *V, ValueToValueMapTy &VM,
|
/external/llvm-project/llvm/include/llvm/Transforms/Utils/ |
D | ValueMapper.h | 206 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM, 272 inline Constant *MapValue(const Constant *V, ValueToValueMapTy &VM,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | ValueMapper.h | 206 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM, 272 inline Constant *MapValue(const Constant *V, ValueToValueMapTy &VM,
|
/external/golang-protobuf/proto/proto3_proto/ |
D | proto3.pb.go | 410 …MapValue map[int64]string `protobuf:"bytes,5,rep,name=map_value,json=mapValue,proto3" … member 488 return m.MapValue
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 229 NewGV->setInitializer(MapValue(OrigGV.getInitializer(), VMap, RF_None, in moveGlobalVariableInitializer()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 350 NewGV->setInitializer(MapValue(OrigGV.getInitializer(), VMap, RF_None, in moveGlobalVariableInitializer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 352 NewGV->setInitializer(MapValue(OrigGV.getInitializer(), VMap, RF_None, in moveGlobalVariableInitializer()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session.cc | 112 typedef std::pair<int32, thread::ThreadPool*> MapValue; in NewThreadPoolFromThreadPoolOptions() typedef 113 static std::map<string, MapValue>* global_pool_map = in NewThreadPoolFromThreadPoolOptions() 114 new std::map<string, MapValue>; in NewThreadPoolFromThreadPoolOptions() 117 MapValue* mvalue = &(*global_pool_map)[name]; in NewThreadPoolFromThreadPoolOptions()
|