Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h50 RemoteAllocGroup RAG; member
62 RemoteAllocGroup RAG; member
147 size(const tpctypes::RemoteAllocGroup & RAG) size() argument
153 serialize(SPSOutputBuffer & OB,const tpctypes::RemoteAllocGroup & RAG) serialize() argument
166 deserialize(SPSInputBuffer & IB,tpctypes::RemoteAllocGroup & RAG) deserialize() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp222 for (const auto &RAG : ForwardRefAttrGroups) { in validateEndOfModule() local