HomeSort by: relevance | last modified time | path
    Searched refs:MapValue (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
FileEntry.h 103 struct MapValue;
106 using MapEntry = llvm::StringMapEntry<llvm::ErrorOr<MapValue>>;
109 struct MapValue {
123 MapValue() = delete;
124 MapValue(FileEntry &FE, DirectoryEntryRef Dir) : V(&FE), Dir(Dir) {}
125 MapValue(MapEntry &ME) : V(&ME) {}
FileManager.h 92 llvm::StringMap<llvm::ErrorOr<FileEntryRef::MapValue>, llvm::BumpPtrAllocator>
99 std::unique_ptr<llvm::StringMap<llvm::ErrorOr<FileEntryRef::MapValue>>>
  /src/external/apache2/llvm/dist/clang/lib/Basic/
FileManager.cpp 216 FileEntryRef::MapValue Value = *SeenFileInsertResult.first->second;
275 NamedFileEnt->second = FileEntryRef::MapValue(UFE, DirInfo);
281 .insert({Status.getName(), FileEntryRef::MapValue(UFE, DirInfo)})
290 NamedFileEnt->second = FileEntryRef::MapValue(Redirection);
373 FileEntryRef::MapValue Value = *NamedFileEnt.second;
407 NamedFileEnt.second = FileEntryRef::MapValue(*UFE, *DirInfo);
428 NamedFileEnt.second = FileEntryRef::MapValue(*UFE, *DirInfo);
449 llvm::StringMap<llvm::ErrorOr<FileEntryRef::MapValue>>>();
461 Insertion.first->second = FileEntryRef::MapValue(BFE, VF.getDir());
589 for (llvm::StringMap<llvm::ErrorOr<FileEntryRef::MapValue>,
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 9 // This file defines the MapValue interface which is used by various parts of
79 /// There are no such assertions in MapValue(), whose results are almost
86 /// values are unmapped when this flag is set. Otherwise, \a MapValue()
114 /// - \a mapValue() (and \a mapConstant());
141 /// TODO: Update callers of \a RemapInstruction() and \a MapValue() (etc.) to
173 Value *mapValue(const Value &V);
208 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
212 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
222 /// 3. Else if \c MD is a \a ConstantAsMetadata, call \a MapValue() and
229 /// Instead, use \a MapValue() with its wrapping \a MetadataAsValue instance
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CloneModule.cpp 135 GV->setInitializer(MapValue(G.getInitializer(), VMap));
167 F->setPersonalityFn(MapValue(I.getPersonalityFn(), VMap));
180 GA->setAliasee(MapValue(C, VMap));
AssumeBundleBuilder.cpp 393 struct MapValue {
400 SmallVector<MapValue, 2>, 16>
443 for (MapValue &Elem : Lookup) {
CloneFunction.cpp 109 MapValue(OldFunc->getPersonalityFn(), VMap,
584 MapValue(PN->getIncomingValue(pred), VMap,
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 351 NewGV->setInitializer(MapValue(OrigGV.getInitializer(), VMap, RF_None,
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp 432 int MapValue = (*ParamNumberMap)[nparams++];
433 if (MapValue < 0)
435 ParamNumber = MapValue;

Completed in 62 milliseconds