Home
last modified time | relevance | path

Searched refs:encodeLLVMAttributesForBitcode (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dlegacy_bitcode.h20 static inline uint64_t encodeLLVMAttributesForBitcode(llvm::AttributeSet A, in encodeLLVMAttributesForBitcode() function
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp148 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i))); in WriteAttributeTable()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp171 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i))); in WriteAttributeTable()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp171 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i))); in WriteAttributeTable()