Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp499 AttributeList mapAttributeTypes(LLVMContext &C, AttributeList Attrs);
648 AttributeList IRLinker::mapAttributeTypes(LLVMContext &C, AttributeList Attrs) { in mapAttributeTypes() function in IRLinker
673 F->setAttributes(mapAttributeTypes(F->getContext(), F->getAttributes())); in copyFunctionProto()