Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILShaderFlags.cpp39 ComputedShaderFlags ComputedShaderFlags::computeFlags(Module &M) { in computeFlags() function in ComputedShaderFlags
65 return ComputedShaderFlags::computeFlags(M); in run()
H A DDXILShaderFlags.h49 static ComputedShaderFlags computeFlags(Module &M);
91 Flags = ComputedShaderFlags::computeFlags(M); in runOnModule()
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2363 static uint64_t computeFlags(uint64_t flags) { in computeFlags() function
2387 uint64_t flags = computeFlags(PF_R); in createPhdrs()
2450 addHdr(PT_LOAD, computeFlags(sec->getPhdrFlags()))->add(sec); in createPhdrs()
2470 uint64_t newFlags = computeFlags(sec->getPhdrFlags()); in createPhdrs()