Home
last modified time | relevance | path

Searched defs:TargetData (Results 1 – 2 of 2) sorted by relevance

/llvm-project/offload/include/OpenMP/OMPT/
H A DInterface.h193 ompt_data_t TargetData = ompt_data_none; global() variable
/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp196 enum { CancellationPoint = 0, DeclareReduction = 1, TargetData = 2 }; in parseOpenMPDirectiveKind() enumerator