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

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp278 auto *ASTSym = new llvm::GlobalVariable( variable
282 ASTSym->setAlignment(llvm::Align(8));
286 ASTSym->setSection("__CLANG,__clangast");
289 ASTSym->setSection("clangast");
291 ASTSym->setSection("__clangast");

Completed in 127 milliseconds