Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp503 std::vector<Constant*> asmUsed2; in applyScopeRestrictions() local
506 asmUsed2.push_back(c); in applyScopeRestrictions()
509 llvm::ArrayType *ATy = llvm::ArrayType::get(i8PTy, asmUsed2.size()); in applyScopeRestrictions()
513 llvm::ConstantArray::get(ATy, asmUsed2), in applyScopeRestrictions()