Searched refs:ST (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h169 void EnumerateValueSymbolTable(const llvm::ValueSymbolTable &ST);
H A DBitcodeWriter.cpp180 StructType *ST = cast<StructType>(T); local
181 if (ST->isLiteral()) {
190 const std::string &Str = ST->getName();
351 StructType *ST = cast<StructType>(T); local
353 TypeVals.push_back(ST->isPacked());
355 for (StructType::element_iterator I = ST->element_begin(),
356 E = ST->element_end(); I != E; ++I)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h169 void EnumerateValueSymbolTable(const llvm::ValueSymbolTable &ST);
H A DBitcodeWriter.cpp291 StructType *ST = cast<StructType>(T); local
293 TypeVals.push_back(ST->isPacked());
295 for (StructType::element_iterator I = ST->element_begin(),
296 E = ST->element_end(); I != E; ++I)
299 if (ST->isLiteral()) {
303 if (ST->isOpaque()) {
311 if (!ST->getName().empty())
312 WriteStringRecord(bitc::TYPE_CODE_STRUCT_NAME, ST->getName(),
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h169 void EnumerateValueSymbolTable(const llvm::ValueSymbolTable &ST);
H A DBitcodeWriter.cpp296 StructType *ST = cast<StructType>(T); local
298 TypeVals.push_back(ST->isPacked());
300 for (StructType::element_iterator I = ST->element_begin(),
301 E = ST->element_end(); I != E; ++I)
304 if (ST->isLiteral()) {
308 if (ST->isOpaque()) {
316 if (!ST->getName().empty())
317 WriteStringRecord(bitc::TYPE_CODE_STRUCT_NAME, ST->getName(),
/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp1475 llvm::StructType *ST = llvm::StructType::get(getRSContext()->getLLVMContext(), local
1478 if (ST != NULL) {
1479 return ST;

Completed in 59 milliseconds