Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DMapFile.cpp55 struct MapInfo { struct
64 static MapInfo gatherMapInfo() { in gatherMapInfo() argument
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h301 struct MapInfo { struct
302 OMPDeclareTargetDeclAttr::MapTypeTy MT;
303 SourceLocation Loc;
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h438 MemMapT MapInfo[Config::getEntriesArraySize()]; in empty() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6590 struct MapInfo { struct in __anon93cce0fb2c11::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/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6360 MapInfosTy *MapInfo; in createTargetData() local
7068 OpenMPIRBuilder::MapInfosTy &MapInfo = GenMapInfoCB(Builder.saveIP()); local