Home
last modified time | relevance | path

Searched refs:set_flags (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/lib/
H A DUtils.cpp168 NewEntry->set_flags(CurEntry->flags); in loadTargetTable()
219 EntryResponse->set_flags(Entry->flags); in copyOffloadEntry()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRDFGraph.h305 static uint16_t set_flags(uint16_t A, uint16_t F) { in set_flags() function
461 void setFlags(uint16_t F) { setAttrs(NodeAttrs::set_flags(getAttrs(), F)); } in setFlags()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp288 Result.set_flags(static_cast<uint32_t>(From.Flags)); in toProtobuf()