Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DAttributes.h238 uint64_t EncodedAttrs = Attrs.Raw() & 0xffff; in encodeLLVMAttributesForBitcode() local
250 inline Attributes decodeLLVMAttributesForBitcode(uint64_t EncodedAttrs) { in decodeLLVMAttributesForBitcode()