Home
last modified time | relevance | path

Searched defs:MapInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDMapFile.cpp55 struct MapInfo { struct
64 static MapInfo gatherMapInfo() { in gatherMapInfo() argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaOpenMP.h301 struct MapInfo { struct
302 OMPDeclareTargetDeclAttr::MapTypeTy MT;
303 SourceLocation Loc;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDsecondary.h438 MemMapT MapInfo[Config::getEntriesArraySize()]; in empty() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp6590 struct MapInfo { struct in __anon1700f5542c11::MappableExprsHandler
6591 OMPClauseMappableExprCommon::MappableExprComponentListRef Components;
6592 OpenMPMapClauseKind MapType = OMPC_MAP_unknown;
6593 ArrayRef<OpenMPMapModifierKind> MapModifiers;
6594 ArrayRef<OpenMPMotionModifierKind> MotionModifiers;
6595 bool ReturnDevicePointer = false;
6596 bool IsImplicit = false;
6597 const ValueDecl *Mapper = nullptr;
6598 const Expr *VarRef = nullptr;
6599 bool ForDeviceAddr = false;
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPIRBuilder.cpp6360 MapInfosTy *MapInfo; in createTargetData() local
7068 OpenMPIRBuilder::MapInfosTy &MapInfo = GenMapInfoCB(Builder.saveIP()); local